Html Css Color HEX #CD8A4C Peru

📋 copy color: '#CD8A4C'

red 205 ◦ green 138 ◦ blue 76

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

Shades of Peru #CD8A4C

Tints of Peru #CD8A4C

RGB

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

 GREEN value IS 138 (54.3% from 255) = 32.94%

 BLUE value IS 76 (30.08% from 255) = 18.14%

R = 48.93%
G = 32.94%
B = 18.14%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.63

 K value IS 0.20

RGB Variations

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

Color information

#CD8A4C (or 0xCD8A4C) is known color: Peru. HEX triplet: CD, 8A and 4C. RGB value is (205,138,76). Sum of RGB (Red+Green+Blue) = 205+138+76=419 (55% of max value = 765). Red value is 205 (80.47% from 255 or 48.93% from 419); Green value is 138 (54.30% from 255 or 32.94% from 419); Blue value is 76 (30.08% from 255 or 18.14% from 419); Max value from RGB is 205 - color contains mainly: red. Hex color #CD8A4C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CD8A4C is #3275B3. Grayscale: #979797. Windows color (decimal): -3306932 or 5016269. OLE color: 5016269.

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

Color convert

RGB 205 138 76 -
CMYK 0 0.33 0.63 0.20
HSL 28.84º 0.56% 0.55% -
HSV(B) 28.84º 0.63% 0.8% -
XYZ 35.57 31.68 11.08 -
YUV 150.97 85.7 166.54 -
System Red Green Blue C M Y K H S L
Decimal 205 138 76 0 0.33 0.63 0.20 28.84 0.56 0.55
Hex CD 8A 4C 0 21 3F 14 1D 38 37
Octal 315 212 114 0 41 77 24 35 70 67
Binary 11001101 10001010 1001100 0 100001 111111 10100 11101 111000 110111

Color Harmonies of #CD8A4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD8A4C

Black with #CD8A4C

Text Example


Text Example

White with #CD8A4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD8A4C; }

 p { color: rgb(205,138,76); }

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

background-color css

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

 a { background-color: rgb(205,138,76); }

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

border-color css

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

 span { border-color: rgb(205,138,76); }

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