Html Css Color HEX #CD884A Peru

📋 copy color: '#CD884A'

red 205 ◦ green 136 ◦ blue 74

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

Shades of Peru #CD884A

Tints of Peru #CD884A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 17.83%

R = 49.4%
G = 32.77%
B = 17.83%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.64

 K value IS 0.20

RGB Variations

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

Color information

#CD884A (or 0xCD884A) is known color: Peru. HEX triplet: CD, 88 and 4A. RGB value is (205,136,74). Sum of RGB (Red+Green+Blue) = 205+136+74=415 (54% of max value = 765). Red value is 205 (80.47% from 255 or 49.40% from 415); Green value is 136 (53.52% from 255 or 32.77% from 415); Blue value is 74 (29.30% from 255 or 17.83% from 415); Max value from RGB is 205 - color contains mainly: red. Hex color #CD884A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CD884A is #3277B5. Grayscale: #959595. Windows color (decimal): -3307446 or 4884685. OLE color: 4884685.

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

Color convert

RGB 205 136 74 -
CMYK 0 0.34 0.64 0.20
HSL 28.4º 0.57% 0.55% -
HSV(B) 28.4º 0.64% 0.8% -
XYZ 35.22 31.08 10.62 -
YUV 149.56 85.36 167.54 -
System Red Green Blue C M Y K H S L
Decimal 205 136 74 0 0.34 0.64 0.20 28.4 0.57 0.55
Hex CD 88 4A 0 22 40 14 1C 39 37
Octal 315 210 112 0 42 100 24 34 71 67
Binary 11001101 10001000 1001010 0 100010 1000000 10100 11100 111001 110111

Color Harmonies of #CD884A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD884A

Black with #CD884A

Text Example


Text Example

White with #CD884A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD884A; }

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

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

background-color css

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

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

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

border-color css

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

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

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