Html Css Color HEX #CA8091 Puce

📋 copy color: '#CA8091'

red 202 ◦ green 128 ◦ blue 145

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

Shades of Puce #CA8091

Tints of Puce #CA8091

RGB

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

 GREEN value IS 128 (50.39% from 255) = 26.95%

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

R = 42.53%
G = 26.95%
B = 30.53%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.28

 K value IS 0.21

RGB Variations

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

Color information

#CA8091 (or 0xCA8091) is known color: Puce. HEX triplet: CA, 80 and 91. RGB value is (202,128,145). Sum of RGB (Red+Green+Blue) = 202+128+145=475 (62% of max value = 765). Red value is 202 (79.30% from 255 or 42.53% from 475); Green value is 128 (50.39% from 255 or 26.95% from 475); Blue value is 145 (57.03% from 255 or 30.53% from 475); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8091 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA8091 is #357F6E. Grayscale: #989898. Windows color (decimal): -3506031 or 9535690. OLE color: 9535690.

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

Color convert

RGB 202 128 145 -
CMYK 0 0.37 0.28 0.21
HSL 346.22º 0.41% 0.65% -
HSV(B) 346.22º 0.37% 0.79% -
XYZ 37.19 30.04 30.63 -
YUV 152.06 124.02 163.62 -
System Red Green Blue C M Y K H S L
Decimal 202 128 145 0 0.37 0.28 0.21 346.22 0.41 0.65
Hex CA 80 91 0 25 1C 15 15A 29 41
Octal 312 200 221 0 45 34 25 532 51 101
Binary 11001010 10000000 10010001 0 100101 11100 10101 101011010 101001 1000001

Color Harmonies of #CA8091

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA8091

Black with #CA8091

Text Example


Text Example

White with #CA8091

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA8091; }

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

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

background-color css

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

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

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

border-color css

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

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

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