Html Css Color HEX #CC8B49 Peru

📋 copy color: '#CC8B49'

red 204 ◦ green 139 ◦ blue 73

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

Shades of Peru #CC8B49

Tints of Peru #CC8B49

RGB

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

 GREEN value IS 139 (54.69% from 255) = 33.41%

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

R = 49.04%
G = 33.41%
B = 17.55%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.64

 K value IS 0.2

RGB Variations

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

Color information

#CC8B49 (or 0xCC8B49) is known color: Peru. HEX triplet: CC, 8B and 49. RGB value is (204,139,73). Sum of RGB (Red+Green+Blue) = 204+139+73=416 (55% of max value = 765). Red value is 204 (80.08% from 255 or 49.04% from 416); Green value is 139 (54.69% from 255 or 33.41% from 416); Blue value is 73 (28.91% from 255 or 17.55% from 416); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8B49 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC8B49 is #3374B6. Grayscale: #979797. Windows color (decimal): -3372215 or 4819916. OLE color: 4819916.

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

Color convert

RGB 204 139 73 -
CMYK 0 0.32 0.64 0.2
HSL 30.23º 0.56% 0.54% -
HSV(B) 30.23º 0.64% 0.8% -
XYZ 35.34 31.78 10.58 -
YUV 150.91 84.03 165.87 -
System Red Green Blue C M Y K H S L
Decimal 204 139 73 0 0.32 0.64 0.2 30.23 0.56 0.54
Hex CC 8B 49 0 20 40 14 1E 38 36
Octal 314 213 111 0 40 100 24 36 70 66
Binary 11001100 10001011 1001001 0 100000 1000000 10100 11110 111000 110110

Color Harmonies of #CC8B49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC8B49

Black with #CC8B49

Text Example


Text Example

White with #CC8B49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC8B49; }

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

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

background-color css

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

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

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

border-color css

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

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

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