#CA9698

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

Shades of Careys Pink #CA9698

Tints of Careys Pink #CA9698

Color information

#CA9698 (or 0xCA9698) is unknown color: approx Careys Pink. HEX triplet: CA, 96 and 98. RGB value is (202,150,152). Sum of RGB (Red+Green+Blue) = 202+150+152=504 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40.08% from 504); Green value is 150 (58.98% from 255 or 29.76% from 504); Blue value is 152 (59.77% from 255 or 30.16% from 504); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9698 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA9698 is #356967. Grayscale: #A5A5A5. Windows color (decimal): -3500392 or 10000074. OLE color: 10000074.

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

Color convert

RGB202150152-
CMYK00.260.250.21
HSL357.69º32.91%69.02%-
HSV(B)357.69º25.74%79.22%-
XYZ40.9336.6434.62-
YUV165.78120.23153.84-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 40.08%
GREEN value IS 150 (58.98% from 255) = 29.76%
BLUE value IS 152 (59.77% from 255) = 30.16%
R=40.08%
G=29.76%
B=30.16%

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
Decimal20215015200.260.250.21357.6932.9169.02
HexCA969801A19151662145
Octal312226230032312554641105
Binary11001010100101101001100001101011001101011011001101000011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA9698

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA9698; }

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

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

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

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

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

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

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

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