Html Css Color HEX #CA863F Peru

📋 copy color: '#CA863F'

red 202 ◦ green 134 ◦ blue 63

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

Shades of Peru #CA863F

Tints of Peru #CA863F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 15.79%

R = 50.63%
G = 33.58%
B = 15.79%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.69

 K value IS 0.21

RGB Variations

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

Color information

#CA863F (or 0xCA863F) is known color: Peru. HEX triplet: CA, 86 and 3F. RGB value is (202,134,63). Sum of RGB (Red+Green+Blue) = 202+134+63=399 (52% of max value = 765). Red value is 202 (79.30% from 255 or 50.63% from 399); Green value is 134 (52.73% from 255 or 33.58% from 399); Blue value is 63 (25% from 255 or 15.79% from 399); Max value from RGB is 202 - color contains mainly: red. Hex color #CA863F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CA863F is #3579C0. Grayscale: #929292. Windows color (decimal): -3504577 or 4163274. OLE color: 4163274.

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

Color convert

RGB 202 134 63 -
CMYK 0 0.34 0.69 0.21
HSL 30.65º 0.57% 0.52% -
HSV(B) 30.65º 0.69% 0.79% -
XYZ 33.78 29.97 8.71 -
YUV 146.24 81.03 167.77 -
System Red Green Blue C M Y K H S L
Decimal 202 134 63 0 0.34 0.69 0.21 30.65 0.57 0.52
Hex CA 86 3F 0 22 45 15 1F 39 34
Octal 312 206 77 0 42 105 25 37 71 64
Binary 11001010 10000110 111111 0 100010 1000101 10101 11111 111001 110100

Color Harmonies of #CA863F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA863F

Black with #CA863F

Text Example


Text Example

White with #CA863F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA863F; }

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

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

background-color css

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

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

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

border-color css

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

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

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