Html Css Color HEX #CD8742 Peru

📋 copy color: '#CD8742'

red 205 ◦ green 135 ◦ blue 66

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

Shades of Peru #CD8742

Tints of Peru #CD8742

RGB

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

 GREEN value IS 135 (53.13% from 255) = 33.25%

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

R = 50.49%
G = 33.25%
B = 16.26%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.68

 K value IS 0.20

RGB Variations

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

Color information

#CD8742 (or 0xCD8742) is known color: Peru. HEX triplet: CD, 87 and 42. RGB value is (205,135,66). Sum of RGB (Red+Green+Blue) = 205+135+66=406 (53% of max value = 765). Red value is 205 (80.47% from 255 or 50.49% from 406); Green value is 135 (53.12% from 255 or 33.25% from 406); Blue value is 66 (26.17% from 255 or 16.26% from 406); Max value from RGB is 205 - color contains mainly: red. Hex color #CD8742 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CD8742 is #3278BD. Grayscale: #949494. Windows color (decimal): -3307710 or 4360141. OLE color: 4360141.

HSL color Cylindrical-coordinate representation of color #CD8742: hue angle of 29.78º 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 #CD8742 is Cyan = 0, Magento = 0.34, Yellow = 0.68 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 135 66 -
CMYK 0 0.34 0.68 0.20
HSL 29.78º 0.58% 0.53% -
HSV(B) 29.78º 0.68% 0.8% -
XYZ 34.82 30.7 9.24 -
YUV 148.06 81.69 168.61 -
System Red Green Blue C M Y K H S L
Decimal 205 135 66 0 0.34 0.68 0.20 29.78 0.58 0.53
Hex CD 87 42 0 22 44 14 1E 3A 35
Octal 315 207 102 0 42 104 24 36 72 65
Binary 11001101 10000111 1000010 0 100010 1000100 10100 11110 111010 110101

Color Harmonies of #CD8742

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD8742

Black with #CD8742

Text Example


Text Example

White with #CD8742

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD8742; }

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

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

background-color css

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

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

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

border-color css

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

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

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