#CB969C

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

Shades of Careys Pink #CB969C

Tints of Careys Pink #CB969C

Color information

#CB969C (or 0xCB969C) is unknown color: approx Careys Pink. HEX triplet: CB, 96 and 9C. RGB value is (203,150,156). Sum of RGB (Red+Green+Blue) = 203+150+156=509 (67% of max value = 765). Red value is 203 (79.69% from 255 or 39.88% from 509); Green value is 150 (58.98% from 255 or 29.47% from 509); Blue value is 156 (61.33% from 255 or 30.65% from 509); Max value from RGB is 203 - color contains mainly: red. Hex color #CB969C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB969C is #346963. Grayscale: #A6A6A6. Windows color (decimal): -3434852 or 10262219. OLE color: 10262219.

HSL color Cylindrical-coordinate representation of color #CB969C: hue angle of 353.21º 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 #CB969C is Cyan = 0, Magento = 0.26, Yellow = 0.23 and Black (K on CMYK) = 0.20.

Color convert

RGB203150156-
CMYK00.260.230.20
HSL353.21º33.76%69.22%-
HSV(B)353.21º26.11%79.61%-
XYZ41.5436.9136.39-
YUV166.53122.06154.01-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 39.88%
GREEN value IS 150 (58.98% from 255) = 29.47%
BLUE value IS 156 (61.33% from 255) = 30.65%
R=39.88%
G=29.47%
B=30.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.23
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20315015600.260.230.20353.2133.7669.22
HexCB969C01A17141612245
Octal313226234032272454142105
Binary11001011100101101001110001101010111101001011000011000101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB969C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB969C; }

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

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

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

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

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

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

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

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