Html Css Color HEX #CD8440 Peru

📋 copy color: '#CD8440'

red 205 ◦ green 132 ◦ blue 64

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

Shades of Peru #CD8440

Tints of Peru #CD8440

RGB

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

 GREEN value IS 132 (51.95% from 255) = 32.92%

 BLUE value IS 64 (25.39% from 255) = 15.96%

R = 51.12%
G = 32.92%
B = 15.96%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.69

 K value IS 0.20

RGB Variations

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

Color information

#CD8440 (or 0xCD8440) is known color: Peru. HEX triplet: CD, 84 and 40. RGB value is (205,132,64). Sum of RGB (Red+Green+Blue) = 205+132+64=401 (53% of max value = 765). Red value is 205 (80.47% from 255 or 51.12% from 401); Green value is 132 (51.95% from 255 or 32.92% from 401); Blue value is 64 (25.39% from 255 or 15.96% from 401); Max value from RGB is 205 - color contains mainly: red. Hex color #CD8440 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CD8440 is #327BBF. Grayscale: #929292. Windows color (decimal): -3308480 or 4228301. OLE color: 4228301.

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

Color convert

RGB 205 132 64 -
CMYK 0 0.36 0.69 0.20
HSL 28.94º 0.59% 0.53% -
HSV(B) 28.94º 0.69% 0.8% -
XYZ 34.35 29.85 8.8 -
YUV 146.08 81.68 170.03 -
System Red Green Blue C M Y K H S L
Decimal 205 132 64 0 0.36 0.69 0.20 28.94 0.59 0.53
Hex CD 84 40 0 24 45 14 1D 3B 35
Octal 315 204 100 0 44 105 24 35 73 65
Binary 11001101 10000100 1000000 0 100100 1000101 10100 11101 111011 110101

Color Harmonies of #CD8440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD8440

Black with #CD8440

Text Example


Text Example

White with #CD8440

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD8440; }

 p { color: rgb(205,132,64); }

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

background-color css

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

 a { background-color: rgb(205,132,64); }

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

border-color css

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

 span { border-color: rgb(205,132,64); }

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