Html Css Color HEX #CA863C Peru

📋 copy color: '#CA863C'

red 202 ◦ green 134 ◦ blue 60

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

Shades of Peru #CA863C

Tints of Peru #CA863C

RGB

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

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

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

R = 51.01%
G = 33.84%
B = 15.15%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.70

 K value IS 0.21

RGB Variations

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

Color information

#CA863C (or 0xCA863C) is known color: Peru. HEX triplet: CA, 86 and 3C. RGB value is (202,134,60). Sum of RGB (Red+Green+Blue) = 202+134+60=396 (52% of max value = 765). Red value is 202 (79.30% from 255 or 51.01% from 396); Green value is 134 (52.73% from 255 or 33.84% from 396); Blue value is 60 (23.83% from 255 or 15.15% from 396); Max value from RGB is 202 - color contains mainly: red. Hex color #CA863C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CA863C is #3579C3. Grayscale: #929292. Windows color (decimal): -3504580 or 3966666. OLE color: 3966666.

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

Color convert

RGB 202 134 60 -
CMYK 0 0.34 0.70 0.21
HSL 31.27º 0.57% 0.51% -
HSV(B) 31.27º 0.7% 0.79% -
XYZ 33.7 29.93 8.28 -
YUV 145.9 79.53 168.02 -
System Red Green Blue C M Y K H S L
Decimal 202 134 60 0 0.34 0.70 0.21 31.27 0.57 0.51
Hex CA 86 3C 0 22 46 15 1F 39 33
Octal 312 206 74 0 42 106 25 37 71 63
Binary 11001010 10000110 111100 0 100010 1000110 10101 11111 111001 110011

Color Harmonies of #CA863C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA863C

Black with #CA863C

Text Example


Text Example

White with #CA863C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA863C; }

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

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

background-color css

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

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

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

border-color css

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

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

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