Html Css Color HEX #CA813C Peru

📋 copy color: '#CA813C'

red 202 ◦ green 129 ◦ blue 60

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

Shades of Peru #CA813C

Tints of Peru #CA813C

RGB

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

 GREEN value IS 129 (50.78% from 255) = 32.99%

 BLUE value IS 60 (23.83% from 255) = 15.35%

R = 51.66%
G = 32.99%
B = 15.35%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.70

 K value IS 0.21

RGB Variations

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

Color information

#CA813C (or 0xCA813C) is known color: Peru. HEX triplet: CA, 81 and 3C. RGB value is (202,129,60). Sum of RGB (Red+Green+Blue) = 202+129+60=391 (51% of max value = 765). Red value is 202 (79.30% from 255 or 51.66% from 391); Green value is 129 (50.78% from 255 or 32.99% from 391); Blue value is 60 (23.83% from 255 or 15.35% from 391); Max value from RGB is 202 - color contains mainly: red. Hex color #CA813C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CA813C is #357EC3. Grayscale: #8F8F8F. Windows color (decimal): -3505860 or 3965386. OLE color: 3965386.

HSL color Cylindrical-coordinate representation of color #CA813C: hue angle of 29.15º degrees, saturation: 0.57, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CA813C is Cyan = 0, Magento = 0.36, Yellow = 0.70 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 129 60 -
CMYK 0 0.36 0.70 0.21
HSL 29.15º 0.57% 0.51% -
HSV(B) 29.15º 0.7% 0.79% -
XYZ 33.02 28.58 8.05 -
YUV 142.96 81.18 170.11 -
System Red Green Blue C M Y K H S L
Decimal 202 129 60 0 0.36 0.70 0.21 29.15 0.57 0.51
Hex CA 81 3C 0 24 46 15 1D 39 33
Octal 312 201 74 0 44 106 25 35 71 63
Binary 11001010 10000001 111100 0 100100 1000110 10101 11101 111001 110011

Color Harmonies of #CA813C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA813C

Black with #CA813C

Text Example


Text Example

White with #CA813C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA813C; }

 p { color: rgb(202,129,60); }

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

background-color css

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

 a { background-color: rgb(202,129,60); }

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

border-color css

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

 span { border-color: rgb(202,129,60); }

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