Html Css Color HEX #CA8843 Peru

📋 copy color: '#CA8843'

red 202 ◦ green 136 ◦ blue 67

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

Shades of Peru #CA8843

Tints of Peru #CA8843

RGB

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

 GREEN value IS 136 (53.52% from 255) = 33.58%

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

R = 49.88%
G = 33.58%
B = 16.54%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.67

 K value IS 0.21

RGB Variations

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

Color information

#CA8843 (or 0xCA8843) is known color: Peru. HEX triplet: CA, 88 and 43. RGB value is (202,136,67). Sum of RGB (Red+Green+Blue) = 202+136+67=405 (53% of max value = 765). Red value is 202 (79.30% from 255 or 49.88% from 405); Green value is 136 (53.52% from 255 or 33.58% from 405); Blue value is 67 (26.56% from 255 or 16.54% from 405); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8843 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CA8843 is #3577BC. Grayscale: #949494. Windows color (decimal): -3504061 or 4425930. OLE color: 4425930.

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

Color convert

RGB 202 136 67 -
CMYK 0 0.33 0.67 0.21
HSL 30.67º 0.56% 0.53% -
HSV(B) 30.67º 0.67% 0.79% -
XYZ 34.17 30.57 9.41 -
YUV 147.87 82.37 166.61 -
System Red Green Blue C M Y K H S L
Decimal 202 136 67 0 0.33 0.67 0.21 30.67 0.56 0.53
Hex CA 88 43 0 21 43 15 1F 38 35
Octal 312 210 103 0 41 103 25 37 70 65
Binary 11001010 10001000 1000011 0 100001 1000011 10101 11111 111000 110101

Color Harmonies of #CA8843

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA8843

Black with #CA8843

Text Example


Text Example

White with #CA8843

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA8843; }

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

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

background-color css

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

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

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

border-color css

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

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

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