#CB97A2

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

Shades of Careys Pink #CB97A2

Tints of Careys Pink #CB97A2

Color information

#CB97A2 (or 0xCB97A2) is unknown color: approx Careys Pink. HEX triplet: CB, 97 and A2. RGB value is (203,151,162). Sum of RGB (Red+Green+Blue) = 203+151+162=516 (68% of max value = 765). Red value is 203 (79.69% from 255 or 39.34% from 516); Green value is 151 (59.38% from 255 or 29.26% from 516); Blue value is 162 (63.67% from 255 or 31.40% from 516); Max value from RGB is 203 - color contains mainly: red. Hex color #CB97A2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB97A2 is #34685D. Grayscale: #A7A7A7. Windows color (decimal): -3434590 or 10655691. OLE color: 10655691.

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

Color convert

RGB203151162-
CMYK00.260.200.20
HSL347.31º33.33%69.41%-
HSV(B)347.31º25.62%79.61%-
XYZ42.2237.4439.18-
YUV167.8124.73153.11-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 39.34%
GREEN value IS 151 (59.38% from 255) = 29.26%
BLUE value IS 162 (63.67% from 255) = 31.40%
R=39.34%
G=29.26%
B=31.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.20
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20315116200.260.200.20347.3133.3369.41
HexCB97A201A141415b2145
Octal313227242032242453341105
Binary11001011100101111010001001101010100101001010110111000011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB97A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB97A2; }

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

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

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

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

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

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

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

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