Html Css Color HEX #CA8649 Peru

📋 copy color: '#CA8649'

red 202 ◦ green 134 ◦ blue 73

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

Shades of Peru #CA8649

Tints of Peru #CA8649

RGB

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

 GREEN value IS 134 (52.73% from 255) = 32.76%

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

R = 49.39%
G = 32.76%
B = 17.85%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.64

 K value IS 0.21

RGB Variations

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

Color information

#CA8649 (or 0xCA8649) is known color: Peru. HEX triplet: CA, 86 and 49. RGB value is (202,134,73). Sum of RGB (Red+Green+Blue) = 202+134+73=409 (54% of max value = 765). Red value is 202 (79.30% from 255 or 49.39% from 409); Green value is 134 (52.73% from 255 or 32.76% from 409); Blue value is 73 (28.91% from 255 or 17.85% from 409); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8649 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CA8649 is #3579B6. Grayscale: #939393. Windows color (decimal): -3504567 or 4818634. OLE color: 4818634.

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

Color convert

RGB 202 134 73 -
CMYK 0 0.34 0.64 0.21
HSL 28.37º 0.55% 0.54% -
HSV(B) 28.37º 0.64% 0.79% -
XYZ 34.08 30.09 10.31 -
YUV 147.38 86.03 166.96 -
System Red Green Blue C M Y K H S L
Decimal 202 134 73 0 0.34 0.64 0.21 28.37 0.55 0.54
Hex CA 86 49 0 22 40 15 1C 37 36
Octal 312 206 111 0 42 100 25 34 67 66
Binary 11001010 10000110 1001001 0 100010 1000000 10101 11100 110111 110110

Color Harmonies of #CA8649

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA8649

Black with #CA8649

Text Example


Text Example

White with #CA8649

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA8649; }

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

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

background-color css

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

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

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

border-color css

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

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

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