Html Css Color HEX #CA8244 Peru

📋 copy color: '#CA8244'

red 202 ◦ green 130 ◦ blue 68

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

Shades of Peru #CA8244

Tints of Peru #CA8244

RGB

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

 GREEN value IS 130 (51.17% from 255) = 32.5%

 BLUE value IS 68 (26.95% from 255) = 17%

R = 50.5%
G = 32.5%
B = 17%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.66

 K value IS 0.21

RGB Variations

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

Color information

#CA8244 (or 0xCA8244) is known color: Peru. HEX triplet: CA, 82 and 44. RGB value is (202,130,68). Sum of RGB (Red+Green+Blue) = 202+130+68=400 (52% of max value = 765). Red value is 202 (79.30% from 255 or 50.5% from 400); Green value is 130 (51.17% from 255 or 32.5% from 400); Blue value is 68 (26.95% from 255 or 17% from 400); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8244 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CA8244 is #357DBB. Grayscale: #909090. Windows color (decimal): -3505596 or 4489930. OLE color: 4489930.

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

Color convert

RGB 202 130 68 -
CMYK 0 0.36 0.66 0.21
HSL 27.76º 0.56% 0.53% -
HSV(B) 27.76º 0.66% 0.79% -
XYZ 33.38 28.94 9.3 -
YUV 144.46 84.85 169.04 -
System Red Green Blue C M Y K H S L
Decimal 202 130 68 0 0.36 0.66 0.21 27.76 0.56 0.53
Hex CA 82 44 0 24 42 15 1C 38 35
Octal 312 202 104 0 44 102 25 34 70 65
Binary 11001010 10000010 1000100 0 100100 1000010 10101 11100 111000 110101

Color Harmonies of #CA8244

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA8244

Black with #CA8244

Text Example


Text Example

White with #CA8244

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA8244; }

 p { color: rgb(202,130,68); }

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

background-color css

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

 a { background-color: rgb(202,130,68); }

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

border-color css

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

 span { border-color: rgb(202,130,68); }

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