#CB9697

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

Shades of Careys Pink #CB9697

Tints of Careys Pink #CB9697

Color information

#CB9697 (or 0xCB9697) is unknown color: approx Careys Pink. HEX triplet: CB, 96 and 97. RGB value is (203,150,151). Sum of RGB (Red+Green+Blue) = 203+150+151=504 (66% of max value = 765). Red value is 203 (79.69% from 255 or 40.28% from 504); Green value is 150 (58.98% from 255 or 29.76% from 504); Blue value is 151 (59.38% from 255 or 29.96% from 504); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9697 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB9697 is #346968. Grayscale: #A6A6A6. Windows color (decimal): -3434857 or 9934539. OLE color: 9934539.

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

Color convert

RGB203150151-
CMYK00.260.260.20
HSL358.87º33.76%69.22%-
HSV(B)358.87º26.11%79.61%-
XYZ41.1236.7434.2-
YUV165.96119.56154.42-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 40.28%
GREEN value IS 150 (58.98% from 255) = 29.76%
BLUE value IS 151 (59.38% from 255) = 29.96%
R=40.28%
G=29.76%
B=29.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.26
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20315015100.260.260.20358.8733.7669.22
HexCB969701A1A141672245
Octal313226227032322454742105
Binary11001011100101101001011101101011010101001011001111000101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB9697

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB9697; }

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

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

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

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

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

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

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

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