#CB969A

Color #CB969A Careys Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Careys Pink #CB969A

Tints of Careys Pink #CB969A

Color information

#CB969A (or 0xCB969A) is unknown color: approx Careys Pink. HEX triplet: CB, 96 and 9A. RGB value is (203,150,154). Sum of RGB (Red+Green+Blue) = 203+150+154=507 (67% of max value = 765). Red value is 203 (79.69% from 255 or 40.04% from 507); Green value is 150 (58.98% from 255 or 29.59% from 507); Blue value is 154 (60.55% from 255 or 30.37% from 507); Max value from RGB is 203 - color contains mainly: red. Hex color #CB969A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB969A is #346965. Grayscale: #A6A6A6. Windows color (decimal): -3434854 or 10131147. OLE color: 10131147.

HSL color Cylindrical-coordinate representation of color #CB969A: hue angle of 355.47º degrees, saturation: 0.34, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #CB969A is Cyan = 0, Magento = 0.26, Yellow = 0.24 and Black (K on CMYK) = 0.20.

Color convert

RGB203150154-
CMYK00.260.240.20
HSL355.47º33.76%69.22%-
HSV(B)355.47º26.11%79.61%-
XYZ41.3736.8435.5-
YUV166.3121.06154.17-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 203 (79.69% from 255) = 40.04%
GREEN value IS 150 (58.98% from 255) = 29.59%
BLUE value IS 154 (60.55% from 255) = 30.37%
R=40.04%
G=29.59%
B=30.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.24
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20315015400.260.240.20355.4733.7669.22
HexCB969A01A18141632245
Octal313226232032302454342105
Binary11001011100101101001101001101011000101001011000111000101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB969A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB969A; }

 p { color: rgb(203,150,154); }

 H1.HeaderClassName
 {
   color: #CB969A;
 }
 .AnyTagClassName
 {
   color: #CB969A;
 }
</style>
background-color css

<style>
 a { background-color: #CB969A; }

 a { background-color: rgb(203,150,154); }

 div.DivClassName
 {
   background-color: #CB969A;
 }
 .BgClassName
 {
   background-color: #CB969A;
 }
</style>
border-color css

<style>
 span { border-color: #CB969A; }

 span { border-color: rgb(203,150,154); }

 td.TdClassName
 {
   border-color: #CB969A;
 }
 .TagClassName
 {
   border-color: #CB969A;
 }
</style>