Html Css Color HEX #CA8E92 Puce

📋 copy color: '#CA8E92'

red 202 ◦ green 142 ◦ blue 146

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

Shades of Puce #CA8E92

Tints of Puce #CA8E92

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 29.8%

R = 41.22%
G = 28.98%
B = 29.8%

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

#CA8E92 (or 0xCA8E92) is known color: Puce. HEX triplet: CA, 8E and 92. RGB value is (202,142,146). Sum of RGB (Red+Green+Blue) = 202+142+146=490 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.22% from 490); Green value is 142 (55.86% from 255 or 28.98% from 490); Blue value is 146 (57.42% from 255 or 29.80% from 490); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8E92 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA8E92 is #35716D. Grayscale: #A0A0A0. Windows color (decimal): -3502446 or 9604810. OLE color: 9604810.

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

Color convert

RGB 202 142 146 -
CMYK 0 0.30 0.28 0.21
HSL 356º 0.36% 0.67% -
HSV(B) 356º 0.3% 0.79% -
XYZ 39.22 33.98 31.69 -
YUV 160.4 119.88 157.67 -
System Red Green Blue C M Y K H S L
Decimal 202 142 146 0 0.30 0.28 0.21 356 0.36 0.67
Hex CA 8E 92 0 1E 1C 15 164 24 43
Octal 312 216 222 0 36 34 25 544 44 103
Binary 11001010 10001110 10010010 0 11110 11100 10101 101100100 100100 1000011

Color Harmonies of #CA8E92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA8E92

Black with #CA8E92

Text Example


Text Example

White with #CA8E92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA8E92; }

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

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

background-color css

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

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

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

border-color css

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

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

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