Html Css Color HEX #CC8843 Peru

📋 copy color: '#CC8843'

red 204 ◦ green 136 ◦ blue 67

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

Shades of Peru #CC8843

Tints of Peru #CC8843

RGB

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

 GREEN value IS 136 (53.52% from 255) = 33.42%

 BLUE value IS 67 (26.56% from 255) = 16.46%

R = 50.12%
G = 33.42%
B = 16.46%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.67

 K value IS 0.2

RGB Variations

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

Color information

#CC8843 (or 0xCC8843) is known color: Peru. HEX triplet: CC, 88 and 43. RGB value is (204,136,67). Sum of RGB (Red+Green+Blue) = 204+136+67=407 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.12% from 407); Green value is 136 (53.52% from 255 or 33.42% from 407); Blue value is 67 (26.56% from 255 or 16.46% from 407); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8843 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC8843 is #3377BC. Grayscale: #949494. Windows color (decimal): -3372989 or 4425932. OLE color: 4425932.

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

Color convert

RGB 204 136 67 -
CMYK 0 0.33 0.67 0.2
HSL 30.22º 0.57% 0.53% -
HSV(B) 30.22º 0.67% 0.8% -
XYZ 34.72 30.85 9.44 -
YUV 148.47 82.03 167.61 -
System Red Green Blue C M Y K H S L
Decimal 204 136 67 0 0.33 0.67 0.2 30.22 0.57 0.53
Hex CC 88 43 0 21 43 14 1E 39 35
Octal 314 210 103 0 41 103 24 36 71 65
Binary 11001100 10001000 1000011 0 100001 1000011 10100 11110 111001 110101

Color Harmonies of #CC8843

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC8843

Black with #CC8843

Text Example


Text Example

White with #CC8843

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC8843; }

 p { color: rgb(204,136,67); }

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

background-color css

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

 a { background-color: rgb(204,136,67); }

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

border-color css

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

 span { border-color: rgb(204,136,67); }

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