#CB979F

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

Shades of Careys Pink #CB979F

Tints of Careys Pink #CB979F

Color information

#CB979F (or 0xCB979F) is unknown color: approx Careys Pink. HEX triplet: CB, 97 and 9F. RGB value is (203,151,159). Sum of RGB (Red+Green+Blue) = 203+151+159=513 (67% of max value = 765). Red value is 203 (79.69% from 255 or 39.57% from 513); Green value is 151 (59.38% from 255 or 29.43% from 513); Blue value is 159 (62.5% from 255 or 30.99% from 513); Max value from RGB is 203 - color contains mainly: red. Hex color #CB979F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB979F is #346860. Grayscale: #A7A7A7. Windows color (decimal): -3434593 or 10459083. OLE color: 10459083.

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

Color convert

RGB203151159-
CMYK00.260.220.20
HSL350.77º33.33%69.41%-
HSV(B)350.77º25.62%79.61%-
XYZ41.9537.3337.8-
YUV167.46123.23153.35-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 39.57%
GREEN value IS 151 (59.38% from 255) = 29.43%
BLUE value IS 159 (62.5% from 255) = 30.99%
R=39.57%
G=29.43%
B=30.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.22
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20315115900.260.220.20350.7733.3369.41
HexCB979F01A161415f2145
Octal313227237032262453741105
Binary11001011100101111001111101101010110101001010111111000011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB979F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB979F; }

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

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

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

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

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

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

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

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