Html Css Color HEX #CA9199 Careys Pink

📋 copy color: '#CA9199'

red 202 ◦ green 145 ◦ blue 153

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

Shades of Careys Pink #CA9199

Tints of Careys Pink #CA9199

RGB

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

 GREEN value IS 145 (57.03% from 255) = 29%

 BLUE value IS 153 (60.16% from 255) = 30.6%

R = 40.4%
G = 29%
B = 30.6%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.24

 K value IS 0.21

RGB Variations

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

Color information

#CA9199 (or 0xCA9199) is known color: Careys Pink. HEX triplet: CA, 91 and 99. RGB value is (202,145,153). Sum of RGB (Red+Green+Blue) = 202+145+153=500 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40.4% from 500); Green value is 145 (57.03% from 255 or 29% from 500); Blue value is 153 (60.16% from 255 or 30.6% from 500); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9199 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA9199 is #356E66. Grayscale: #A2A2A2. Windows color (decimal): -3501671 or 10064330. OLE color: 10064330.

HSL color Cylindrical-coordinate representation of color #CA9199: hue angle of 351.58º degrees, saturation: 0.35, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CA9199 is Cyan = 0, Magento = 0.28, Yellow = 0.24 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 145 153 -
CMYK 0 0.28 0.24 0.21
HSL 351.58º 0.35% 0.68% -
HSV(B) 351.58º 0.28% 0.79% -
XYZ 40.23 35.11 34.79 -
YUV 162.96 122.38 155.85 -
System Red Green Blue C M Y K H S L
Decimal 202 145 153 0 0.28 0.24 0.21 351.58 0.35 0.68
Hex CA 91 99 0 1C 18 15 160 23 44
Octal 312 221 231 0 34 30 25 540 43 104
Binary 11001010 10010001 10011001 0 11100 11000 10101 101100000 100011 1000100

Color Harmonies of #CA9199

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA9199

Black with #CA9199

Text Example


Text Example

White with #CA9199

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA9199; }

 p { color: rgb(202,145,153); }

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

background-color css

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

 a { background-color: rgb(202,145,153); }

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

border-color css

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

 span { border-color: rgb(202,145,153); }

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