Html Css Color HEX #CC874D Peru

📋 copy color: '#CC874D'

red 204 ◦ green 135 ◦ blue 77

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

Shades of Peru #CC874D

Tints of Peru #CC874D

RGB

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

 GREEN value IS 135 (53.13% 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 value IS 0

 M value IS 0.34

 Y value IS 0.62

 K value IS 0.2

RGB Variations

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

Color information

#CC874D (or 0xCC874D) is known color: 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

RGB 204 135 77 -
CMYK 0 0.34 0.62 0.2
HSL 27.4º 0.55% 0.55% -
HSV(B) 27.4º 0.62% 0.8% -
XYZ 34.91 30.7 11.11 -
YUV 149.02 87.36 167.22 -
System Red Green Blue C M Y K H S L
Decimal 204 135 77 0 0.34 0.62 0.2 27.4 0.55 0.55
Hex CC 87 4D 0 22 3E 14 1B 37 37
Octal 314 207 115 0 42 76 24 33 67 67
Binary 11001100 10000111 1001101 0 100010 111110 10100 11011 110111 110111

Color Harmonies of #CC874D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC874D

Black with #CC874D

Text Example


Text Example

White with #CC874D

Text Example


Text Example

HTML Codes & Css Web 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>