#CC874D

Color #CC874D Peru (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Peru #CC874D

Tints of Peru #CC874D

Color information

#CC874D (or 0xCC874D) is unknown color: approx Peru. HEX triplet: CC, 87 and 4D. RGB value is (204,135,77). Sum of RGB (Red+Green+Blue) = 204+135+77=416 (55% of max value = 765). Red value is 204 (80.08% from 255 or 49.04% from 416); Green value is 135 (53.12% from 255 or 32.45% from 416); Blue value is 77 (30.47% from 255 or 18.51% from 416); Max value from RGB is 204 - color contains mainly: red. Hex color #CC874D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC874D is #3378B2. Grayscale: #959595. Windows color (decimal): -3373235 or 5081036. OLE color: 5081036.

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

Color convert

RGB20413577-
CMYK00.340.620.2
HSL27.4º55.46%55.1%-
HSV(B)27.4º62.25%80%-
XYZ34.9130.711.11-
YUV149.0287.36167.22-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 49.04%
GREEN value IS 135 (53.12% from 255) = 32.45%
BLUE value IS 77 (30.47% from 255) = 18.51%
R=49.04%
G=32.45%
B=18.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.62
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041357700.340.620.227.455.4655.1
HexCC874D0223E141b3737
Octal3142071150427624336767
Binary1100110010000111100110101000101111101010011011110111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC874D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC874D; }

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

 H1.HeaderClassName
 {
   color: #CC874D;
 }
 .AnyTagClassName
 {
   color: #CC874D;
 }
</style>
background-color css

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

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

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

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

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

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