Html Css Color HEX #CD8C48 Peru

📋 copy color: '#CD8C48'

red 205 ◦ green 140 ◦ blue 72

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

Shades of Peru #CD8C48

Tints of Peru #CD8C48

RGB

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

 GREEN value IS 140 (55.08% from 255) = 33.57%

 BLUE value IS 72 (28.52% from 255) = 17.27%

R = 49.16%
G = 33.57%
B = 17.27%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.65

 K value IS 0.20

RGB Variations

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

Color information

#CD8C48 (or 0xCD8C48) is known color: Peru. HEX triplet: CD, 8C and 48. RGB value is (205,140,72). Sum of RGB (Red+Green+Blue) = 205+140+72=417 (55% of max value = 765). Red value is 205 (80.47% from 255 or 49.16% from 417); Green value is 140 (55.08% from 255 or 33.57% from 417); Blue value is 72 (28.52% from 255 or 17.27% from 417); Max value from RGB is 205 - color contains mainly: red. Hex color #CD8C48 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CD8C48 is #3273B7. Grayscale: #989898. Windows color (decimal): -3306424 or 4754637. OLE color: 4754637.

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

Color convert

RGB 205 140 72 -
CMYK 0 0.32 0.65 0.20
HSL 30.68º 0.57% 0.54% -
HSV(B) 30.68º 0.65% 0.8% -
XYZ 35.72 32.2 10.46 -
YUV 151.68 83.03 166.03 -
System Red Green Blue C M Y K H S L
Decimal 205 140 72 0 0.32 0.65 0.20 30.68 0.57 0.54
Hex CD 8C 48 0 20 41 14 1F 39 36
Octal 315 214 110 0 40 101 24 37 71 66
Binary 11001101 10001100 1001000 0 100000 1000001 10100 11111 111001 110110

Color Harmonies of #CD8C48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD8C48

Black with #CD8C48

Text Example


Text Example

White with #CD8C48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD8C48; }

 p { color: rgb(205,140,72); }

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

background-color css

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

 a { background-color: rgb(205,140,72); }

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

border-color css

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

 span { border-color: rgb(205,140,72); }

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