Html Css Color HEX #CA8640 Peru

📋 copy color: '#CA8640'

red 202 ◦ green 134 ◦ blue 64

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

Shades of Peru #CA8640

Tints of Peru #CA8640

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 16%

R = 50.5%
G = 33.5%
B = 16%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.68

 K value IS 0.21

RGB Variations

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

Color information

#CA8640 (or 0xCA8640) is known color: Peru. HEX triplet: CA, 86 and 40. RGB value is (202,134,64). Sum of RGB (Red+Green+Blue) = 202+134+64=400 (52% of max value = 765). Red value is 202 (79.30% from 255 or 50.5% from 400); Green value is 134 (52.73% from 255 or 33.5% from 400); Blue value is 64 (25.39% from 255 or 16% from 400); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8640 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CA8640 is #3579BF. Grayscale: #929292. Windows color (decimal): -3504576 or 4228810. OLE color: 4228810.

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

Color convert

RGB 202 134 64 -
CMYK 0 0.34 0.68 0.21
HSL 30.43º 0.57% 0.52% -
HSV(B) 30.43º 0.68% 0.79% -
XYZ 33.81 29.98 8.85 -
YUV 146.35 81.53 167.69 -
System Red Green Blue C M Y K H S L
Decimal 202 134 64 0 0.34 0.68 0.21 30.43 0.57 0.52
Hex CA 86 40 0 22 44 15 1E 39 34
Octal 312 206 100 0 42 104 25 36 71 64
Binary 11001010 10000110 1000000 0 100010 1000100 10101 11110 111001 110100

Color Harmonies of #CA8640

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA8640

Black with #CA8640

Text Example


Text Example

White with #CA8640

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA8640; }

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

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

background-color css

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

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

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

border-color css

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

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

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