Html Css Color HEX #CA8489 Puce

📋 copy color: '#CA8489'

red 202 ◦ green 132 ◦ blue 137

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

Shades of Puce #CA8489

Tints of Puce #CA8489

RGB

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

 GREEN value IS 132 (51.95% from 255) = 28.03%

 BLUE value IS 137 (53.91% from 255) = 29.09%

R = 42.89%
G = 28.03%
B = 29.09%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.32

 K value IS 0.21

RGB Variations

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

Color information

#CA8489 (or 0xCA8489) is known color: Puce. HEX triplet: CA, 84 and 89. RGB value is (202,132,137). Sum of RGB (Red+Green+Blue) = 202+132+137=471 (62% of max value = 765). Red value is 202 (79.30% from 255 or 42.89% from 471); Green value is 132 (51.95% from 255 or 28.03% from 471); Blue value is 137 (53.91% from 255 or 29.09% from 471); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8489 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA8489 is #357B76. Grayscale: #999999. Windows color (decimal): -3505015 or 9012426. OLE color: 9012426.

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

Color convert

RGB 202 132 137 -
CMYK 0 0.35 0.32 0.21
HSL 355.71º 0.4% 0.65% -
HSV(B) 355.71º 0.35% 0.79% -
XYZ 37.12 30.87 27.67 -
YUV 153.5 118.69 162.59 -
System Red Green Blue C M Y K H S L
Decimal 202 132 137 0 0.35 0.32 0.21 355.71 0.4 0.65
Hex CA 84 89 0 23 20 15 164 28 41
Octal 312 204 211 0 43 40 25 544 50 101
Binary 11001010 10000100 10001001 0 100011 100000 10101 101100100 101000 1000001

Color Harmonies of #CA8489

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA8489

Black with #CA8489

Text Example


Text Example

White with #CA8489

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA8489; }

 p { color: rgb(202,132,137); }

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

background-color css

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

 a { background-color: rgb(202,132,137); }

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

border-color css

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

 span { border-color: rgb(202,132,137); }

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