Html Css Color HEX #CC8649 Peru

📋 copy color: '#CC8649'

red 204 ◦ green 134 ◦ blue 73

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

Shades of Peru #CC8649

Tints of Peru #CC8649

RGB

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

 GREEN value IS 134 (52.73% from 255) = 32.6%

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

R = 49.64%
G = 32.6%
B = 17.76%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.64

 K value IS 0.2

RGB Variations

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

Color information

#CC8649 (or 0xCC8649) is known color: Peru. HEX triplet: CC, 86 and 49. RGB value is (204,134,73). Sum of RGB (Red+Green+Blue) = 204+134+73=411 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.64% from 411); Green value is 134 (52.73% from 255 or 32.60% from 411); Blue value is 73 (28.91% from 255 or 17.76% from 411); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8649 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC8649 is #3379B6. Grayscale: #949494. Windows color (decimal): -3373495 or 4818636. OLE color: 4818636.

HSL color Cylindrical-coordinate representation of color #CC8649: hue angle of 27.94º 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 #CC8649 is Cyan = 0, Magento = 0.34, Yellow = 0.64 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 134 73 -
CMYK 0 0.34 0.64 0.2
HSL 27.94º 0.56% 0.54% -
HSV(B) 27.94º 0.64% 0.8% -
XYZ 34.63 30.37 10.34 -
YUV 147.98 85.69 167.96 -
System Red Green Blue C M Y K H S L
Decimal 204 134 73 0 0.34 0.64 0.2 27.94 0.56 0.54
Hex CC 86 49 0 22 40 14 1C 38 36
Octal 314 206 111 0 42 100 24 34 70 66
Binary 11001100 10000110 1001001 0 100010 1000000 10100 11100 111000 110110

Color Harmonies of #CC8649

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC8649

Black with #CC8649

Text Example


Text Example

White with #CC8649

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC8649; }

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

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

background-color css

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

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

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

border-color css

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

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

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