Html Css Color HEX #CC8C49 Peru

📋 copy color: '#CC8C49'

red 204 ◦ green 140 ◦ blue 73

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

Shades of Peru #CC8C49

Tints of Peru #CC8C49

RGB

 RED value IS 204 (80.08% from 255) = 48.92%

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

 BLUE value IS 73 (28.91% from 255) = 17.51%

R = 48.92%
G = 33.57%
B = 17.51%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.64

 K value IS 0.2

RGB Variations

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

Color information

#CC8C49 (or 0xCC8C49) is known color: Peru. HEX triplet: CC, 8C and 49. RGB value is (204,140,73). Sum of RGB (Red+Green+Blue) = 204+140+73=417 (55% of max value = 765). Red value is 204 (80.08% from 255 or 48.92% from 417); Green value is 140 (55.08% from 255 or 33.57% from 417); Blue value is 73 (28.91% from 255 or 17.51% from 417); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8C49 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC8C49 is #3373B6. Grayscale: #979797. Windows color (decimal): -3371959 or 4820172. OLE color: 4820172.

HSL color Cylindrical-coordinate representation of color #CC8C49: hue angle of 30.69º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CC8C49 is Cyan = 0, Magento = 0.31, Yellow = 0.64 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 140 73 -
CMYK 0 0.31 0.64 0.2
HSL 30.69º 0.56% 0.54% -
HSV(B) 30.69º 0.64% 0.8% -
XYZ 35.48 32.07 10.62 -
YUV 151.5 83.7 165.45 -
System Red Green Blue C M Y K H S L
Decimal 204 140 73 0 0.31 0.64 0.2 30.69 0.56 0.54
Hex CC 8C 49 0 1F 40 14 1F 38 36
Octal 314 214 111 0 37 100 24 37 70 66
Binary 11001100 10001100 1001001 0 11111 1000000 10100 11111 111000 110110

Color Harmonies of #CC8C49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC8C49

Black with #CC8C49

Text Example


Text Example

White with #CC8C49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC8C49; }

 p { color: rgb(204,140,73); }

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

background-color css

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

 a { background-color: rgb(204,140,73); }

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

border-color css

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

 span { border-color: rgb(204,140,73); }

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