#CB9497

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

Shades of Careys Pink #CB9497

Tints of Careys Pink #CB9497

Color information

#CB9497 (or 0xCB9497) is unknown color: approx Careys Pink. HEX triplet: CB, 94 and 97. RGB value is (203,148,151). Sum of RGB (Red+Green+Blue) = 203+148+151=502 (66% of max value = 765). Red value is 203 (79.69% from 255 or 40.44% from 502); Green value is 148 (58.20% from 255 or 29.48% from 502); Blue value is 151 (59.38% from 255 or 30.08% from 502); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9497 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB9497 is #346B68. Grayscale: #A4A4A4. Windows color (decimal): -3435369 or 9934027. OLE color: 9934027.

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

Color convert

RGB203148151-
CMYK00.270.260.20
HSL356.73º34.59%68.82%-
HSV(B)356.73º27.09%79.61%-
XYZ40.836.1134.1-
YUV164.79120.22155.26-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 40.44%
GREEN value IS 148 (58.20% from 255) = 29.48%
BLUE value IS 151 (59.38% from 255) = 30.08%
R=40.44%
G=29.48%
B=30.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.26
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20314815100.270.260.20356.7334.5968.82
HexCB949701B1A141652345
Octal313224227033322454543105
Binary11001011100101001001011101101111010101001011001011000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB9497

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB9497; }

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

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

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

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

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

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

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

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