Html Css Color HEX #CA8792 Puce

📋 copy color: '#CA8792'

red 202 ◦ green 135 ◦ blue 146

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

Shades of Puce #CA8792

Tints of Puce #CA8792

RGB

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

 GREEN value IS 135 (53.13% from 255) = 27.95%

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

R = 41.82%
G = 27.95%
B = 30.23%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.28

 K value IS 0.21

RGB Variations

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

Color information

#CA8792 (or 0xCA8792) is known color: Puce. HEX triplet: CA, 87 and 92. RGB value is (202,135,146). Sum of RGB (Red+Green+Blue) = 202+135+146=483 (63% of max value = 765). Red value is 202 (79.30% from 255 or 41.82% from 483); Green value is 135 (53.12% from 255 or 27.95% from 483); Blue value is 146 (57.42% from 255 or 30.23% from 483); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8792 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA8792 is #35786D. Grayscale: #9C9C9C. Windows color (decimal): -3504238 or 9603018. OLE color: 9603018.

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

Color convert

RGB 202 135 146 -
CMYK 0 0.33 0.28 0.21
HSL 350.15º 0.39% 0.66% -
HSV(B) 350.15º 0.33% 0.79% -
XYZ 38.21 31.96 31.35 -
YUV 156.29 122.2 160.61 -
System Red Green Blue C M Y K H S L
Decimal 202 135 146 0 0.33 0.28 0.21 350.15 0.39 0.66
Hex CA 87 92 0 21 1C 15 15E 27 42
Octal 312 207 222 0 41 34 25 536 47 102
Binary 11001010 10000111 10010010 0 100001 11100 10101 101011110 100111 1000010

Color Harmonies of #CA8792

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA8792

Black with #CA8792

Text Example


Text Example

White with #CA8792

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA8792; }

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

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

background-color css

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

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

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

border-color css

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

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

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