#CB9CA0

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

Shades of Careys Pink #CB9CA0

Tints of Careys Pink #CB9CA0

Color information

#CB9CA0 (or 0xCB9CA0) is unknown color: approx Careys Pink. HEX triplet: CB, 9C and A0. RGB value is (203,156,160). Sum of RGB (Red+Green+Blue) = 203+156+160=519 (68% of max value = 765). Red value is 203 (79.69% from 255 or 39.11% from 519); Green value is 156 (61.33% from 255 or 30.06% from 519); Blue value is 160 (62.89% from 255 or 30.83% from 519); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9CA0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB9CA0 is #34635F. Grayscale: #AAAAAA. Windows color (decimal): -3433312 or 10525899. OLE color: 10525899.

HSL color Cylindrical-coordinate representation of color #CB9CA0: hue angle of 354.89º degrees, saturation: 0.31, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CB9CA0 is Cyan = 0, Magento = 0.23, Yellow = 0.21 and Black (K on CMYK) = 0.20.

Color convert

RGB203156160-
CMYK00.230.210.20
HSL354.89º31.13%70.39%-
HSV(B)354.89º23.15%79.61%-
XYZ42.8639.0138.53-
YUV170.51122.07151.17-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 39.11%
GREEN value IS 156 (61.33% from 255) = 30.06%
BLUE value IS 160 (62.89% from 255) = 30.83%
R=39.11%
G=30.06%
B=30.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.21
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20315616000.230.210.20354.8931.1370.39
HexCB9CA001715141631f46
Octal313234240027252454337106
Binary1100101110011100101000000101111010110100101100011111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB9CA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB9CA0; }

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

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

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

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

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

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

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

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