Html Css Color HEX #CA8946 Peru

📋 copy color: '#CA8946'

red 202 ◦ green 137 ◦ blue 70

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

Shades of Peru #CA8946

Tints of Peru #CA8946

RGB

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

 GREEN value IS 137 (53.91% from 255) = 33.5%

 BLUE value IS 70 (27.73% from 255) = 17.11%

R = 49.39%
G = 33.5%
B = 17.11%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.65

 K value IS 0.21

RGB Variations

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

Color information

#CA8946 (or 0xCA8946) is known color: Peru. HEX triplet: CA, 89 and 46. RGB value is (202,137,70). Sum of RGB (Red+Green+Blue) = 202+137+70=409 (54% of max value = 765). Red value is 202 (79.30% from 255 or 49.39% from 409); Green value is 137 (53.91% from 255 or 33.50% from 409); Blue value is 70 (27.73% from 255 or 17.11% from 409); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8946 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CA8946 is #3576B9. Grayscale: #959595. Windows color (decimal): -3503802 or 4622794. OLE color: 4622794.

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

Color convert

RGB 202 137 70 -
CMYK 0 0.32 0.65 0.21
HSL 30.45º 0.55% 0.53% -
HSV(B) 30.45º 0.65% 0.79% -
XYZ 34.41 30.89 9.94 -
YUV 148.8 83.53 165.95 -
System Red Green Blue C M Y K H S L
Decimal 202 137 70 0 0.32 0.65 0.21 30.45 0.55 0.53
Hex CA 89 46 0 20 41 15 1E 37 35
Octal 312 211 106 0 40 101 25 36 67 65
Binary 11001010 10001001 1000110 0 100000 1000001 10101 11110 110111 110101

Color Harmonies of #CA8946

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA8946

Black with #CA8946

Text Example


Text Example

White with #CA8946

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA8946; }

 p { color: rgb(202,137,70); }

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

background-color css

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

 a { background-color: rgb(202,137,70); }

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

border-color css

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

 span { border-color: rgb(202,137,70); }

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