Html Css Color HEX #CA873C Peru

📋 copy color: '#CA873C'

red 202 ◦ green 135 ◦ blue 60

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

Shades of Peru #CA873C

Tints of Peru #CA873C

RGB

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

 GREEN value IS 135 (53.13% from 255) = 34.01%

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

R = 50.88%
G = 34.01%
B = 15.11%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.70

 K value IS 0.21

RGB Variations

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

Color information

#CA873C (or 0xCA873C) is known color: Peru. HEX triplet: CA, 87 and 3C. RGB value is (202,135,60). Sum of RGB (Red+Green+Blue) = 202+135+60=397 (52% of max value = 765). Red value is 202 (79.30% from 255 or 50.88% from 397); Green value is 135 (53.12% from 255 or 34.01% from 397); Blue value is 60 (23.83% from 255 or 15.11% from 397); Max value from RGB is 202 - color contains mainly: red. Hex color #CA873C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CA873C is #3578C3. Grayscale: #929292. Windows color (decimal): -3504324 or 3966922. OLE color: 3966922.

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

Color convert

RGB 202 135 60 -
CMYK 0 0.33 0.70 0.21
HSL 31.69º 0.57% 0.51% -
HSV(B) 31.69º 0.7% 0.79% -
XYZ 33.84 30.21 8.32 -
YUV 146.48 79.2 167.6 -
System Red Green Blue C M Y K H S L
Decimal 202 135 60 0 0.33 0.70 0.21 31.69 0.57 0.51
Hex CA 87 3C 0 21 46 15 20 39 33
Octal 312 207 74 0 41 106 25 40 71 63
Binary 11001010 10000111 111100 0 100001 1000110 10101 100000 111001 110011

Color Harmonies of #CA873C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA873C

Black with #CA873C

Text Example


Text Example

White with #CA873C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA873C; }

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

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

background-color css

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

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

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

border-color css

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

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

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