#ca9697

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

Shades of Careys Pink #CA9697

Tints of Careys Pink #CA9697

Color information

#CA9697 (or 0xCA9697) is unknown color: approx Careys Pink. HEX triplet: CA, 96 and 97. RGB value is (202,150,151). Sum of RGB (Red+Green+Blue) = 202+150+151=503 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40.16% from 503); Green value is 150 (58.98% from 255 or 29.82% from 503); Blue value is 151 (59.38% from 255 or 30.02% from 503); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9697 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA9697 is #356968. Grayscale: #A5A5A5. Windows color (decimal): -3500393 or 9934538. OLE color: 9934538.

HSL color Cylindrical-coordinate representation of color #CA9697: hue angle of 358.85º degrees, saturation: 0.33, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #CA9697 is Cyan = 0, Magento = 0.26, Yellow = 0.25 and Black (K on CMYK) = 0.21.

Color convert

RGB202150151-
CMYK00.260.250.21
HSL358.85º32.91%69.02%-
HSV(B)358.85º25.74%79.22%-
XYZ40.8536.634.19-
YUV165.66119.73153.92-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 40.16%
GREEN value IS 150 (58.98% from 255) = 29.82%
BLUE value IS 151 (59.38% from 255) = 30.02%
R=40.16%
G=29.82%
B=30.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.25
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20215015100.260.250.21358.8532.9169.02
HexCA969701A19151672145
Octal312226227032312554741105
Binary11001010100101101001011101101011001101011011001111000011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ca9697

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ca9697; }

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

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

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

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

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

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

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

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