Html Css Color HEX #CC884A Peru

📋 copy color: '#CC884A'

red 204 ◦ green 136 ◦ blue 74

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

Shades of Peru #CC884A

Tints of Peru #CC884A

RGB

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

 GREEN value IS 136 (53.52% from 255) = 32.85%

 BLUE value IS 74 (29.3% from 255) = 17.87%

R = 49.28%
G = 32.85%
B = 17.87%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.64

 K value IS 0.2

RGB Variations

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

Color information

#CC884A (or 0xCC884A) is known color: Peru. HEX triplet: CC, 88 and 4A. RGB value is (204,136,74). Sum of RGB (Red+Green+Blue) = 204+136+74=414 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.28% from 414); Green value is 136 (53.52% from 255 or 32.85% from 414); Blue value is 74 (29.30% from 255 or 17.87% from 414); Max value from RGB is 204 - color contains mainly: red. Hex color #CC884A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC884A is #3377B5. Grayscale: #959595. Windows color (decimal): -3372982 or 4884684. OLE color: 4884684.

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

Color convert

RGB 204 136 74 -
CMYK 0 0.33 0.64 0.2
HSL 28.62º 0.56% 0.55% -
HSV(B) 28.62º 0.64% 0.8% -
XYZ 34.94 30.94 10.61 -
YUV 149.26 85.53 167.04 -
System Red Green Blue C M Y K H S L
Decimal 204 136 74 0 0.33 0.64 0.2 28.62 0.56 0.55
Hex CC 88 4A 0 21 40 14 1D 38 37
Octal 314 210 112 0 41 100 24 35 70 67
Binary 11001100 10001000 1001010 0 100001 1000000 10100 11101 111000 110111

Color Harmonies of #CC884A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC884A

Black with #CC884A

Text Example


Text Example

White with #CC884A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC884A; }

 p { color: rgb(204,136,74); }

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

background-color css

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

 a { background-color: rgb(204,136,74); }

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

border-color css

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

 span { border-color: rgb(204,136,74); }

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