Html Css Color HEX #CD884D Peru

📋 copy color: '#CD884D'

red 205 ◦ green 136 ◦ blue 77

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

Shades of Peru #CD884D

Tints of Peru #CD884D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 18.42%

R = 49.04%
G = 32.54%
B = 18.42%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.62

 K value IS 0.20

RGB Variations

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

Color information

#CD884D (or 0xCD884D) is known color: Peru. HEX triplet: CD, 88 and 4D. RGB value is (205,136,77). Sum of RGB (Red+Green+Blue) = 205+136+77=418 (55% of max value = 765). Red value is 205 (80.47% from 255 or 49.04% from 418); Green value is 136 (53.52% from 255 or 32.54% from 418); Blue value is 77 (30.47% from 255 or 18.42% from 418); Max value from RGB is 205 - color contains mainly: red. Hex color #CD884D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CD884D is #3277B2. Grayscale: #969696. Windows color (decimal): -3307443 or 5081293. OLE color: 5081293.

HSL color Cylindrical-coordinate representation of color #CD884D: hue angle of 27.66º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CD884D is Cyan = 0, Magento = 0.34, Yellow = 0.62 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 136 77 -
CMYK 0 0.34 0.62 0.20
HSL 27.66º 0.56% 0.55% -
HSV(B) 27.66º 0.62% 0.8% -
XYZ 35.32 31.12 11.17 -
YUV 149.91 86.86 167.3 -
System Red Green Blue C M Y K H S L
Decimal 205 136 77 0 0.34 0.62 0.20 27.66 0.56 0.55
Hex CD 88 4D 0 22 3E 14 1C 38 37
Octal 315 210 115 0 42 76 24 34 70 67
Binary 11001101 10001000 1001101 0 100010 111110 10100 11100 111000 110111

Color Harmonies of #CD884D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD884D

Black with #CD884D

Text Example


Text Example

White with #CD884D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD884D; }

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

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

background-color css

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

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

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

border-color css

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

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

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