Html Css Color HEX #CD8942 Peru

📋 copy color: '#CD8942'

red 205 ◦ green 137 ◦ blue 66

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

Shades of Peru #CD8942

Tints of Peru #CD8942

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 16.18%

R = 50.25%
G = 33.58%
B = 16.18%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.68

 K value IS 0.20

RGB Variations

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

Color information

#CD8942 (or 0xCD8942) is known color: Peru. HEX triplet: CD, 89 and 42. RGB value is (205,137,66). Sum of RGB (Red+Green+Blue) = 205+137+66=408 (54% of max value = 765). Red value is 205 (80.47% from 255 or 50.25% from 408); Green value is 137 (53.91% from 255 or 33.58% from 408); Blue value is 66 (26.17% from 255 or 16.18% from 408); Max value from RGB is 205 - color contains mainly: red. Hex color #CD8942 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CD8942 is #3276BD. Grayscale: #959595. Windows color (decimal): -3307198 or 4360653. OLE color: 4360653.

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

Color convert

RGB 205 137 66 -
CMYK 0 0.33 0.68 0.20
HSL 30.65º 0.58% 0.53% -
HSV(B) 30.65º 0.68% 0.8% -
XYZ 35.11 31.26 9.34 -
YUV 149.24 81.03 167.77 -
System Red Green Blue C M Y K H S L
Decimal 205 137 66 0 0.33 0.68 0.20 30.65 0.58 0.53
Hex CD 89 42 0 21 44 14 1F 3A 35
Octal 315 211 102 0 41 104 24 37 72 65
Binary 11001101 10001001 1000010 0 100001 1000100 10100 11111 111010 110101

Color Harmonies of #CD8942

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD8942

Black with #CD8942

Text Example


Text Example

White with #CD8942

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD8942; }

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

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

background-color css

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

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

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

border-color css

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

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

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