Html Css Color HEX #CC874A Peru

📋 copy color: '#CC874A'

red 204 ◦ green 135 ◦ blue 74

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

Shades of Peru #CC874A

Tints of Peru #CC874A

RGB

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

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

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

R = 49.39%
G = 32.69%
B = 17.92%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.64

 K value IS 0.2

RGB Variations

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

Color information

#CC874A (or 0xCC874A) is known color: Peru. HEX triplet: CC, 87 and 4A. RGB value is (204,135,74). Sum of RGB (Red+Green+Blue) = 204+135+74=413 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.39% from 413); Green value is 135 (53.12% from 255 or 32.69% from 413); Blue value is 74 (29.30% from 255 or 17.92% from 413); Max value from RGB is 204 - color contains mainly: red. Hex color #CC874A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC874A is #3378B5. Grayscale: #949494. Windows color (decimal): -3373238 or 4884428. OLE color: 4884428.

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

Color convert

RGB 204 135 74 -
CMYK 0 0.34 0.64 0.2
HSL 28.15º 0.56% 0.55% -
HSV(B) 28.15º 0.64% 0.8% -
XYZ 34.8 30.66 10.56 -
YUV 148.68 85.86 167.46 -
System Red Green Blue C M Y K H S L
Decimal 204 135 74 0 0.34 0.64 0.2 28.15 0.56 0.55
Hex CC 87 4A 0 22 40 14 1C 38 37
Octal 314 207 112 0 42 100 24 34 70 67
Binary 11001100 10000111 1001010 0 100010 1000000 10100 11100 111000 110111

Color Harmonies of #CC874A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC874A

Black with #CC874A

Text Example


Text Example

White with #CC874A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC874A; }

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

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

background-color css

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

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

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

border-color css

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

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

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