Html Css Color HEX #CD8946 Peru

📋 copy color: '#CD8946'

red 205 ◦ green 137 ◦ blue 70

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

Shades of Peru #CD8946

Tints of Peru #CD8946

RGB

 RED value IS 205 (80.47% from 255) = 49.76%

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

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

R = 49.76%
G = 33.25%
B = 16.99%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.66

 K value IS 0.20

RGB Variations

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

Color information

#CD8946 (or 0xCD8946) is known color: Peru. HEX triplet: CD, 89 and 46. RGB value is (205,137,70). Sum of RGB (Red+Green+Blue) = 205+137+70=412 (54% of max value = 765). Red value is 205 (80.47% from 255 or 49.76% from 412); Green value is 137 (53.91% from 255 or 33.25% from 412); Blue value is 70 (27.73% from 255 or 16.99% from 412); Max value from RGB is 205 - color contains mainly: red. Hex color #CD8946 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CD8946 is #3276B9. Grayscale: #969696. Windows color (decimal): -3307194 or 4622797. OLE color: 4622797.

HSL color Cylindrical-coordinate representation of color #CD8946: hue angle of 29.78º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CD8946 is Cyan = 0, Magento = 0.33, Yellow = 0.66 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 137 70 -
CMYK 0 0.33 0.66 0.20
HSL 29.78º 0.57% 0.54% -
HSV(B) 29.78º 0.66% 0.8% -
XYZ 35.23 31.31 9.98 -
YUV 149.69 83.03 167.45 -
System Red Green Blue C M Y K H S L
Decimal 205 137 70 0 0.33 0.66 0.20 29.78 0.57 0.54
Hex CD 89 46 0 21 42 14 1E 39 36
Octal 315 211 106 0 41 102 24 36 71 66
Binary 11001101 10001001 1000110 0 100001 1000010 10100 11110 111001 110110

Color Harmonies of #CD8946

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD8946

Black with #CD8946

Text Example


Text Example

White with #CD8946

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD8946; }

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

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

background-color css

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

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

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

border-color css

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

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

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