Html Css Color HEX #CA8849 Peru

📋 copy color: '#CA8849'

red 202 ◦ green 136 ◦ blue 73

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

Shades of Peru #CA8849

Tints of Peru #CA8849

RGB

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

 GREEN value IS 136 (53.52% from 255) = 33.09%

 BLUE value IS 73 (28.91% from 255) = 17.76%

R = 49.15%
G = 33.09%
B = 17.76%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.64

 K value IS 0.21

RGB Variations

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

Color information

#CA8849 (or 0xCA8849) is known color: Peru. HEX triplet: CA, 88 and 49. RGB value is (202,136,73). Sum of RGB (Red+Green+Blue) = 202+136+73=411 (54% of max value = 765). Red value is 202 (79.30% from 255 or 49.15% from 411); Green value is 136 (53.52% from 255 or 33.09% from 411); Blue value is 73 (28.91% from 255 or 17.76% from 411); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8849 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CA8849 is #3577B6. Grayscale: #949494. Windows color (decimal): -3504055 or 4819146. OLE color: 4819146.

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

Color convert

RGB 202 136 73 -
CMYK 0 0.33 0.64 0.21
HSL 29.3º 0.55% 0.54% -
HSV(B) 29.3º 0.64% 0.79% -
XYZ 34.36 30.65 10.41 -
YUV 148.55 85.37 166.12 -
System Red Green Blue C M Y K H S L
Decimal 202 136 73 0 0.33 0.64 0.21 29.3 0.55 0.54
Hex CA 88 49 0 21 40 15 1D 37 36
Octal 312 210 111 0 41 100 25 35 67 66
Binary 11001010 10001000 1001001 0 100001 1000000 10101 11101 110111 110110

Color Harmonies of #CA8849

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA8849

Black with #CA8849

Text Example


Text Example

White with #CA8849

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA8849; }

 p { color: rgb(202,136,73); }

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

background-color css

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

 a { background-color: rgb(202,136,73); }

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

border-color css

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

 span { border-color: rgb(202,136,73); }

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