Html Css Color HEX #CC8C44 Peru

📋 copy color: '#CC8C44'

red 204 ◦ green 140 ◦ blue 68

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

Shades of Peru #CC8C44

Tints of Peru #CC8C44

RGB

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

 GREEN value IS 140 (55.08% from 255) = 33.98%

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

R = 49.51%
G = 33.98%
B = 16.5%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.67

 K value IS 0.2

RGB Variations

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

Color information

#CC8C44 (or 0xCC8C44) is known color: Peru. HEX triplet: CC, 8C and 44. RGB value is (204,140,68). Sum of RGB (Red+Green+Blue) = 204+140+68=412 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.51% from 412); Green value is 140 (55.08% from 255 or 33.98% from 412); Blue value is 68 (26.95% from 255 or 16.50% from 412); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8C44 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC8C44 is #3373BB. Grayscale: #979797. Windows color (decimal): -3371964 or 4492492. OLE color: 4492492.

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

Color convert

RGB 204 140 68 -
CMYK 0 0.31 0.67 0.2
HSL 31.76º 0.57% 0.53% -
HSV(B) 31.76º 0.67% 0.8% -
XYZ 35.32 32.01 9.79 -
YUV 150.93 81.2 165.85 -
System Red Green Blue C M Y K H S L
Decimal 204 140 68 0 0.31 0.67 0.2 31.76 0.57 0.53
Hex CC 8C 44 0 1F 43 14 20 39 35
Octal 314 214 104 0 37 103 24 40 71 65
Binary 11001100 10001100 1000100 0 11111 1000011 10100 100000 111001 110101

Color Harmonies of #CC8C44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC8C44

Black with #CC8C44

Text Example


Text Example

White with #CC8C44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC8C44; }

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

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

background-color css

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

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

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

border-color css

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

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

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