Html Css Color HEX #CA8341 Peru

📋 copy color: '#CA8341'

red 202 ◦ green 131 ◦ blue 65

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

Shades of Peru #CA8341

Tints of Peru #CA8341

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 16.33%

R = 50.75%
G = 32.91%
B = 16.33%

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

#CA8341 (or 0xCA8341) is known color: Peru. HEX triplet: CA, 83 and 41. RGB value is (202,131,65). Sum of RGB (Red+Green+Blue) = 202+131+65=398 (52% of max value = 765). Red value is 202 (79.30% from 255 or 50.75% from 398); Green value is 131 (51.56% from 255 or 32.91% from 398); Blue value is 65 (25.78% from 255 or 16.33% from 398); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8341 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CA8341 is #357CBE. Grayscale: #919191. Windows color (decimal): -3505343 or 4293578. OLE color: 4293578.

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

Color convert

RGB 202 131 65 -
CMYK 0 0.35 0.68 0.21
HSL 28.91º 0.56% 0.52% -
HSV(B) 28.91º 0.68% 0.79% -
XYZ 33.43 29.17 8.87 -
YUV 144.71 83.02 168.87 -
System Red Green Blue C M Y K H S L
Decimal 202 131 65 0 0.35 0.68 0.21 28.91 0.56 0.52
Hex CA 83 41 0 23 44 15 1D 38 34
Octal 312 203 101 0 43 104 25 35 70 64
Binary 11001010 10000011 1000001 0 100011 1000100 10101 11101 111000 110100

Color Harmonies of #CA8341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA8341

Black with #CA8341

Text Example


Text Example

White with #CA8341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA8341; }

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

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

background-color css

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

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

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

border-color css

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

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

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