Html Css Color HEX #CD8840 Peru

📋 copy color: '#CD8840'

red 205 ◦ green 136 ◦ blue 64

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

Shades of Peru #CD8840

Tints of Peru #CD8840

RGB

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

 GREEN value IS 136 (53.52% from 255) = 33.58%

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

R = 50.62%
G = 33.58%
B = 15.8%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.69

 K value IS 0.20

RGB Variations

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

Color information

#CD8840 (or 0xCD8840) is known color: Peru. HEX triplet: CD, 88 and 40. RGB value is (205,136,64). Sum of RGB (Red+Green+Blue) = 205+136+64=405 (53% of max value = 765). Red value is 205 (80.47% from 255 or 50.62% from 405); Green value is 136 (53.52% from 255 or 33.58% from 405); Blue value is 64 (25.39% from 255 or 15.80% from 405); Max value from RGB is 205 - color contains mainly: red. Hex color #CD8840 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CD8840 is #3277BF. Grayscale: #949494. Windows color (decimal): -3307456 or 4229325. OLE color: 4229325.

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

Color convert

RGB 205 136 64 -
CMYK 0 0.34 0.69 0.20
HSL 30.64º 0.59% 0.53% -
HSV(B) 30.64º 0.69% 0.8% -
XYZ 34.91 30.96 8.99 -
YUV 148.42 80.36 168.35 -
System Red Green Blue C M Y K H S L
Decimal 205 136 64 0 0.34 0.69 0.20 30.64 0.59 0.53
Hex CD 88 40 0 22 45 14 1F 3B 35
Octal 315 210 100 0 42 105 24 37 73 65
Binary 11001101 10001000 1000000 0 100010 1000101 10100 11111 111011 110101

Color Harmonies of #CD8840

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD8840

Black with #CD8840

Text Example


Text Example

White with #CD8840

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD8840; }

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

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

background-color css

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

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

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

border-color css

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

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

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