Html Css Color HEX #CC8748 Peru

📋 copy color: '#CC8748'

red 204 ◦ green 135 ◦ blue 72

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

Shades of Peru #CC8748

Tints of Peru #CC8748

RGB

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

 GREEN value IS 135 (53.13% from 255) = 32.85%

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

R = 49.64%
G = 32.85%
B = 17.52%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.65

 K value IS 0.2

RGB Variations

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

Color information

#CC8748 (or 0xCC8748) is known color: Peru. HEX triplet: CC, 87 and 48. RGB value is (204,135,72). Sum of RGB (Red+Green+Blue) = 204+135+72=411 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.64% from 411); Green value is 135 (53.12% from 255 or 32.85% from 411); Blue value is 72 (28.52% from 255 or 17.52% from 411); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8748 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC8748 is #3378B7. Grayscale: #949494. Windows color (decimal): -3373240 or 4753356. OLE color: 4753356.

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

Color convert

RGB 204 135 72 -
CMYK 0 0.34 0.65 0.2
HSL 28.64º 0.56% 0.54% -
HSV(B) 28.64º 0.65% 0.8% -
XYZ 34.74 30.63 10.21 -
YUV 148.45 84.86 167.62 -
System Red Green Blue C M Y K H S L
Decimal 204 135 72 0 0.34 0.65 0.2 28.64 0.56 0.54
Hex CC 87 48 0 22 41 14 1D 38 36
Octal 314 207 110 0 42 101 24 35 70 66
Binary 11001100 10000111 1001000 0 100010 1000001 10100 11101 111000 110110

Color Harmonies of #CC8748

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC8748

Black with #CC8748

Text Example


Text Example

White with #CC8748

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC8748; }

 p { color: rgb(204,135,72); }

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

background-color css

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

 a { background-color: rgb(204,135,72); }

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

border-color css

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

 span { border-color: rgb(204,135,72); }

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