Html Css Color HEX #CA9EA8 Careys Pink

📋 copy color: '#CA9EA8'

red 202 ◦ green 158 ◦ blue 168

#CA9EA8
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Careys Pink #CA9EA8

Tints of Careys Pink #CA9EA8

RGB

 RED value IS 202 (79.3% from 255) = 38.26%

 GREEN value IS 158 (62.11% from 255) = 29.92%

 BLUE value IS 168 (66.02% from 255) = 31.82%

R = 38.26%
G = 29.92%
B = 31.82%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.17

 K value IS 0.21

RGB Variations

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

Color information

#CA9EA8 (or 0xCA9EA8) is known color: Careys Pink. HEX triplet: CA, 9E and A8. RGB value is (202,158,168). Sum of RGB (Red+Green+Blue) = 202+158+168=528 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.26% from 528); Green value is 158 (62.11% from 255 or 29.92% from 528); Blue value is 168 (66.02% from 255 or 31.82% from 528); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9EA8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA9EA8 is #356157. Grayscale: #ACACAC. Windows color (decimal): -3498328 or 11050698. OLE color: 11050698.

HSL color Cylindrical-coordinate representation of color #CA9EA8: hue angle of 346.36º degrees, saturation: 0.29, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #CA9EA8 is Cyan = 0, Magento = 0.22, Yellow = 0.17 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 158 168 -
CMYK 0 0.22 0.17 0.21
HSL 346.36º 0.29% 0.71% -
HSV(B) 346.36º 0.22% 0.79% -
XYZ 43.65 39.84 42.43 -
YUV 172.3 125.58 149.19 -
System Red Green Blue C M Y K H S L
Decimal 202 158 168 0 0.22 0.17 0.21 346.36 0.29 0.71
Hex CA 9E A8 0 16 11 15 15A 1D 47
Octal 312 236 250 0 26 21 25 532 35 107
Binary 11001010 10011110 10101000 0 10110 10001 10101 101011010 11101 1000111

Color Harmonies of #CA9EA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA9EA8

Black with #CA9EA8

Text Example


Text Example

White with #CA9EA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA9EA8; }

 p { color: rgb(202,158,168); }

 H1.HeaderClassName
 {
   color: #CA9EA8;
 }
 .AnyTagClassName
 {
   color: #CA9EA8;
 }
</style>

background-color css

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

 a { background-color: rgb(202,158,168); }

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

border-color css

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

 span { border-color: rgb(202,158,168); }

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