Html Css Color HEX #CA863B Peru

📋 copy color: '#CA863B'

red 202 ◦ green 134 ◦ blue 59

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

Shades of Peru #CA863B

Tints of Peru #CA863B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 14.94%

R = 51.14%
G = 33.92%
B = 14.94%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.71

 K value IS 0.21

RGB Variations

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

Color information

#CA863B (or 0xCA863B) is known color: Peru. HEX triplet: CA, 86 and 3B. RGB value is (202,134,59). Sum of RGB (Red+Green+Blue) = 202+134+59=395 (52% of max value = 765). Red value is 202 (79.30% from 255 or 51.14% from 395); Green value is 134 (52.73% from 255 or 33.92% from 395); Blue value is 59 (23.44% from 255 or 14.94% from 395); Max value from RGB is 202 - color contains mainly: red. Hex color #CA863B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CA863B is #3579C4. Grayscale: #929292. Windows color (decimal): -3504581 or 3901130. OLE color: 3901130.

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

Color convert

RGB 202 134 59 -
CMYK 0 0.34 0.71 0.21
HSL 31.47º 0.57% 0.51% -
HSV(B) 31.47º 0.71% 0.79% -
XYZ 33.67 29.92 8.14 -
YUV 145.78 79.03 168.1 -
System Red Green Blue C M Y K H S L
Decimal 202 134 59 0 0.34 0.71 0.21 31.47 0.57 0.51
Hex CA 86 3B 0 22 47 15 1F 39 33
Octal 312 206 73 0 42 107 25 37 71 63
Binary 11001010 10000110 111011 0 100010 1000111 10101 11111 111001 110011

Color Harmonies of #CA863B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA863B

Black with #CA863B

Text Example


Text Example

White with #CA863B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA863B; }

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

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

background-color css

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

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

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

border-color css

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

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

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