Html Css Color HEX #CC8144 Peru

📋 copy color: '#CC8144'

red 204 ◦ green 129 ◦ blue 68

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

Shades of Peru #CC8144

Tints of Peru #CC8144

RGB

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

 GREEN value IS 129 (50.78% from 255) = 32.17%

 BLUE value IS 68 (26.95% from 255) = 16.96%

R = 50.87%
G = 32.17%
B = 16.96%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.67

 K value IS 0.2

RGB Variations

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

Color information

#CC8144 (or 0xCC8144) is known color: Peru. HEX triplet: CC, 81 and 44. RGB value is (204,129,68). Sum of RGB (Red+Green+Blue) = 204+129+68=401 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.87% from 401); Green value is 129 (50.78% from 255 or 32.17% from 401); Blue value is 68 (26.95% from 255 or 16.96% from 401); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8144 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC8144 is #337EBB. Grayscale: #909090. Windows color (decimal): -3374780 or 4489676. OLE color: 4489676.

HSL color Cylindrical-coordinate representation of color #CC8144: hue angle of 26.91º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CC8144 is Cyan = 0, Magento = 0.37, Yellow = 0.67 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 129 68 -
CMYK 0 0.37 0.67 0.2
HSL 26.91º 0.57% 0.53% -
HSV(B) 26.91º 0.67% 0.8% -
XYZ 33.8 28.96 9.28 -
YUV 144.47 84.85 170.46 -
System Red Green Blue C M Y K H S L
Decimal 204 129 68 0 0.37 0.67 0.2 26.91 0.57 0.53
Hex CC 81 44 0 25 43 14 1B 39 35
Octal 314 201 104 0 45 103 24 33 71 65
Binary 11001100 10000001 1000100 0 100101 1000011 10100 11011 111001 110101

Color Harmonies of #CC8144

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC8144

Black with #CC8144

Text Example


Text Example

White with #CC8144

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC8144; }

 p { color: rgb(204,129,68); }

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

background-color css

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

 a { background-color: rgb(204,129,68); }

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

border-color css

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

 span { border-color: rgb(204,129,68); }

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