Html Css Color HEX #CA8442 Peru

📋 copy color: '#CA8442'

red 202 ◦ green 132 ◦ blue 66

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

Shades of Peru #CA8442

Tints of Peru #CA8442

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 16.5%

R = 50.5%
G = 33%
B = 16.5%

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

#CA8442 (or 0xCA8442) is known color: Peru. HEX triplet: CA, 84 and 42. RGB value is (202,132,66). Sum of RGB (Red+Green+Blue) = 202+132+66=400 (52% of max value = 765). Red value is 202 (79.30% from 255 or 50.5% from 400); Green value is 132 (51.95% from 255 or 33% from 400); Blue value is 66 (26.17% from 255 or 16.5% from 400); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8442 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CA8442 is #357BBD. Grayscale: #919191. Windows color (decimal): -3505086 or 4359370. OLE color: 4359370.

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

Color convert

RGB 202 132 66 -
CMYK 0 0.35 0.67 0.21
HSL 29.12º 0.56% 0.53% -
HSV(B) 29.12º 0.67% 0.79% -
XYZ 33.59 29.45 9.07 -
YUV 145.41 83.19 168.37 -
System Red Green Blue C M Y K H S L
Decimal 202 132 66 0 0.35 0.67 0.21 29.12 0.56 0.53
Hex CA 84 42 0 23 43 15 1D 38 35
Octal 312 204 102 0 43 103 25 35 70 65
Binary 11001010 10000100 1000010 0 100011 1000011 10101 11101 111000 110101

Color Harmonies of #CA8442

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA8442

Black with #CA8442

Text Example


Text Example

White with #CA8442

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA8442; }

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

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

background-color css

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

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

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

border-color css

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

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

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