Html Css Color HEX #CC874C Peru

📋 copy color: '#CC874C'

red 204 ◦ green 135 ◦ blue 76

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

Shades of Peru #CC874C

Tints of Peru #CC874C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 18.31%

R = 49.16%
G = 32.53%
B = 18.31%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.63

 K value IS 0.2

RGB Variations

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

Color information

#CC874C (or 0xCC874C) is known color: Peru. HEX triplet: CC, 87 and 4C. RGB value is (204,135,76). Sum of RGB (Red+Green+Blue) = 204+135+76=415 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.16% from 415); Green value is 135 (53.12% from 255 or 32.53% from 415); Blue value is 76 (30.08% from 255 or 18.31% from 415); Max value from RGB is 204 - color contains mainly: red. Hex color #CC874C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC874C is #3378B3. Grayscale: #959595. Windows color (decimal): -3373236 or 5015500. OLE color: 5015500.

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

Color convert

RGB 204 135 76 -
CMYK 0 0.34 0.63 0.2
HSL 27.66º 0.56% 0.55% -
HSV(B) 27.66º 0.63% 0.8% -
XYZ 34.87 30.69 10.92 -
YUV 148.91 86.86 167.3 -
System Red Green Blue C M Y K H S L
Decimal 204 135 76 0 0.34 0.63 0.2 27.66 0.56 0.55
Hex CC 87 4C 0 22 3F 14 1C 38 37
Octal 314 207 114 0 42 77 24 34 70 67
Binary 11001100 10000111 1001100 0 100010 111111 10100 11100 111000 110111

Color Harmonies of #CC874C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC874C

Black with #CC874C

Text Example


Text Example

White with #CC874C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC874C; }

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

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

background-color css

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

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

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

border-color css

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

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

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