Html Css Color HEX #CA8E91 Puce

📋 copy color: '#CA8E91'

red 202 ◦ green 142 ◦ blue 145

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

Shades of Puce #CA8E91

Tints of Puce #CA8E91

RGB

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

 GREEN value IS 142 (55.86% from 255) = 29.04%

 BLUE value IS 145 (57.03% from 255) = 29.65%

R = 41.31%
G = 29.04%
B = 29.65%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.28

 K value IS 0.21

RGB Variations

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

Color information

#CA8E91 (or 0xCA8E91) is known color: Puce. HEX triplet: CA, 8E and 91. RGB value is (202,142,145). Sum of RGB (Red+Green+Blue) = 202+142+145=489 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.31% from 489); Green value is 142 (55.86% from 255 or 29.04% from 489); Blue value is 145 (57.03% from 255 or 29.65% from 489); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8E91 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA8E91 is #35716E. Grayscale: #A0A0A0. Windows color (decimal): -3502447 or 9539274. OLE color: 9539274.

HSL color Cylindrical-coordinate representation of color #CA8E91: hue angle of 357º degrees, saturation: 0.36, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CA8E91 is Cyan = 0, Magento = 0.30, Yellow = 0.28 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 142 145 -
CMYK 0 0.30 0.28 0.21
HSL 357º 0.36% 0.67% -
HSV(B) 357º 0.3% 0.79% -
XYZ 39.14 33.95 31.28 -
YUV 160.28 119.38 157.76 -
System Red Green Blue C M Y K H S L
Decimal 202 142 145 0 0.30 0.28 0.21 357 0.36 0.67
Hex CA 8E 91 0 1E 1C 15 165 24 43
Octal 312 216 221 0 36 34 25 545 44 103
Binary 11001010 10001110 10010001 0 11110 11100 10101 101100101 100100 1000011

Color Harmonies of #CA8E91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA8E91

Black with #CA8E91

Text Example


Text Example

White with #CA8E91

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA8E91; }

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

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

background-color css

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

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

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

border-color css

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

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

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