Html Css Color HEX #CA8440 Peru

📋 copy color: '#CA8440'

red 202 ◦ green 132 ◦ blue 64

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

Shades of Peru #CA8440

Tints of Peru #CA8440

RGB

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

 GREEN value IS 132 (51.95% from 255) = 33.17%

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

R = 50.75%
G = 33.17%
B = 16.08%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.68

 K value IS 0.21

RGB Variations

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

Color information

#CA8440 (or 0xCA8440) is known color: Peru. HEX triplet: CA, 84 and 40. RGB value is (202,132,64). Sum of RGB (Red+Green+Blue) = 202+132+64=398 (52% of max value = 765). Red value is 202 (79.30% from 255 or 50.75% from 398); Green value is 132 (51.95% from 255 or 33.17% from 398); Blue value is 64 (25.39% from 255 or 16.08% from 398); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8440 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CA8440 is #357BBF. Grayscale: #919191. Windows color (decimal): -3505088 or 4228298. OLE color: 4228298.

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

Color convert

RGB 202 132 64 -
CMYK 0 0.35 0.68 0.21
HSL 29.57º 0.57% 0.52% -
HSV(B) 29.57º 0.68% 0.79% -
XYZ 33.53 29.43 8.76 -
YUV 145.18 82.19 168.53 -
System Red Green Blue C M Y K H S L
Decimal 202 132 64 0 0.35 0.68 0.21 29.57 0.57 0.52
Hex CA 84 40 0 23 44 15 1E 39 34
Octal 312 204 100 0 43 104 25 36 71 64
Binary 11001010 10000100 1000000 0 100011 1000100 10101 11110 111001 110100

Color Harmonies of #CA8440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA8440

Black with #CA8440

Text Example


Text Example

White with #CA8440

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA8440; }

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

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

background-color css

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

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

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

border-color css

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

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

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