Html Css Color HEX #CA8343 Peru

📋 copy color: '#CA8343'

red 202 ◦ green 131 ◦ blue 67

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

Shades of Peru #CA8343

Tints of Peru #CA8343

RGB

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

 GREEN value IS 131 (51.56% from 255) = 32.75%

 BLUE value IS 67 (26.56% from 255) = 16.75%

R = 50.5%
G = 32.75%
B = 16.75%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.67

 K value IS 0.21

RGB Variations

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

Color information

#CA8343 (or 0xCA8343) is known color: Peru. HEX triplet: CA, 83 and 43. RGB value is (202,131,67). Sum of RGB (Red+Green+Blue) = 202+131+67=400 (52% of max value = 765). Red value is 202 (79.30% from 255 or 50.5% from 400); Green value is 131 (51.56% from 255 or 32.75% from 400); Blue value is 67 (26.56% from 255 or 16.75% from 400); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8343 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CA8343 is #357CBC. Grayscale: #919191. Windows color (decimal): -3505341 or 4424650. OLE color: 4424650.

HSL color Cylindrical-coordinate representation of color #CA8343: hue angle of 28.44º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CA8343 is Cyan = 0, Magento = 0.35, Yellow = 0.67 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 131 67 -
CMYK 0 0.35 0.67 0.21
HSL 28.44º 0.56% 0.53% -
HSV(B) 28.44º 0.67% 0.79% -
XYZ 33.49 29.19 9.18 -
YUV 144.93 84.02 168.7 -
System Red Green Blue C M Y K H S L
Decimal 202 131 67 0 0.35 0.67 0.21 28.44 0.56 0.53
Hex CA 83 43 0 23 43 15 1C 38 35
Octal 312 203 103 0 43 103 25 34 70 65
Binary 11001010 10000011 1000011 0 100011 1000011 10101 11100 111000 110101

Color Harmonies of #CA8343

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA8343

Black with #CA8343

Text Example


Text Example

White with #CA8343

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA8343; }

 p { color: rgb(202,131,67); }

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

background-color css

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

 a { background-color: rgb(202,131,67); }

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

border-color css

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

 span { border-color: rgb(202,131,67); }

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