#CB9C9E

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

Shades of Careys Pink #CB9C9E

Tints of Careys Pink #CB9C9E

Color information

#CB9C9E (or 0xCB9C9E) is unknown color: approx Careys Pink. HEX triplet: CB, 9C and 9E. RGB value is (203,156,158). Sum of RGB (Red+Green+Blue) = 203+156+158=517 (68% of max value = 765). Red value is 203 (79.69% from 255 or 39.26% from 517); Green value is 156 (61.33% from 255 or 30.17% from 517); Blue value is 158 (62.11% from 255 or 30.56% from 517); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9C9E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB9C9E is #346361. Grayscale: #AAAAAA. Windows color (decimal): -3433314 or 10394827. OLE color: 10394827.

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

Color convert

RGB203156158-
CMYK00.230.220.20
HSL357.45º31.13%70.39%-
HSV(B)357.45º23.15%79.61%-
XYZ42.6938.9437.61-
YUV170.28121.07151.34-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 39.26%
GREEN value IS 156 (61.33% from 255) = 30.17%
BLUE value IS 158 (62.11% from 255) = 30.56%
R=39.26%
G=30.17%
B=30.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.22
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20315615800.230.220.20357.4531.1370.39
HexCB9C9E01716141651f46
Octal313234236027262454537106
Binary1100101110011100100111100101111011010100101100101111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB9C9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB9C9E; }

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

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

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

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

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

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

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

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