#CB979C

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

Shades of Careys Pink #CB979C

Tints of Careys Pink #CB979C

Color information

#CB979C (or 0xCB979C) is unknown color: approx Careys Pink. HEX triplet: CB, 97 and 9C. RGB value is (203,151,156). Sum of RGB (Red+Green+Blue) = 203+151+156=510 (67% of max value = 765). Red value is 203 (79.69% from 255 or 39.80% from 510); Green value is 151 (59.38% from 255 or 29.61% from 510); Blue value is 156 (61.33% from 255 or 30.59% from 510); Max value from RGB is 203 - color contains mainly: red. Hex color #CB979C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB979C is #346863. Grayscale: #A7A7A7. Windows color (decimal): -3434596 or 10262475. OLE color: 10262475.

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

Color convert

RGB203151156-
CMYK00.260.230.20
HSL354.23º33.33%69.41%-
HSV(B)354.23º25.62%79.61%-
XYZ41.737.2336.44-
YUV167.12121.73153.59-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 39.80%
GREEN value IS 151 (59.38% from 255) = 29.61%
BLUE value IS 156 (61.33% from 255) = 30.59%
R=39.80%
G=29.61%
B=30.59%

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
Decimal20315115600.260.230.20354.2333.3369.41
HexCB979C01A17141622145
Octal313227234032272454241105
Binary11001011100101111001110001101010111101001011000101000011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB979C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB979C; }

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

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

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

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

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

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

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

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