Html Css Color HEX #CC8C48 Peru

📋 copy color: '#CC8C48'

red 204 ◦ green 140 ◦ blue 72

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

Shades of Peru #CC8C48

Tints of Peru #CC8C48

RGB

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

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

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

R = 49.04%
G = 33.65%
B = 17.31%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.65

 K value IS 0.2

RGB Variations

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

Color information

#CC8C48 (or 0xCC8C48) is known color: Peru. HEX triplet: CC, 8C and 48. RGB value is (204,140,72). Sum of RGB (Red+Green+Blue) = 204+140+72=416 (55% of max value = 765). Red value is 204 (80.08% from 255 or 49.04% from 416); Green value is 140 (55.08% from 255 or 33.65% from 416); Blue value is 72 (28.52% from 255 or 17.31% from 416); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8C48 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC8C48 is #3373B7. Grayscale: #979797. Windows color (decimal): -3371960 or 4754636. OLE color: 4754636.

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

Color convert

RGB 204 140 72 -
CMYK 0 0.31 0.65 0.2
HSL 30.91º 0.56% 0.54% -
HSV(B) 30.91º 0.65% 0.8% -
XYZ 35.45 32.06 10.45 -
YUV 151.38 83.2 165.53 -
System Red Green Blue C M Y K H S L
Decimal 204 140 72 0 0.31 0.65 0.2 30.91 0.56 0.54
Hex CC 8C 48 0 1F 41 14 1F 38 36
Octal 314 214 110 0 37 101 24 37 70 66
Binary 11001100 10001100 1001000 0 11111 1000001 10100 11111 111000 110110

Color Harmonies of #CC8C48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC8C48

Black with #CC8C48

Text Example


Text Example

White with #CC8C48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC8C48; }

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

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

background-color css

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

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

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

border-color css

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

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

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