#CA9B9C

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

Shades of Careys Pink #CA9B9C

Tints of Careys Pink #CA9B9C

Color information

#CA9B9C (or 0xCA9B9C) is unknown color: approx Careys Pink. HEX triplet: CA, 9B and 9C. RGB value is (202,155,156). Sum of RGB (Red+Green+Blue) = 202+155+156=513 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.38% from 513); Green value is 155 (60.94% from 255 or 30.21% from 513); Blue value is 156 (61.33% from 255 or 30.41% from 513); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9B9C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA9B9C is #356463. Grayscale: #A9A9A9. Windows color (decimal): -3499108 or 10263498. OLE color: 10263498.

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

Color convert

RGB202155156-
CMYK00.230.230.21
HSL358.72º30.72%70%-
HSV(B)358.72º23.27%79.22%-
XYZ42.0838.436.65-
YUV169.17120.57151.42-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 39.38%
GREEN value IS 155 (60.94% from 255) = 30.21%
BLUE value IS 156 (61.33% from 255) = 30.41%
R=39.38%
G=30.21%
B=30.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.23
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20215515600.230.230.21358.7230.7270
HexCA9B9C01717151671f46
Octal312233234027272554737106
Binary1100101010011011100111000101111011110101101100111111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA9B9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA9B9C; }

 p { color: rgb(202,155,156); }

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

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

 a { background-color: rgb(202,155,156); }

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

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

 span { border-color: rgb(202,155,156); }

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