Html Css Color HEX #CC8841 Peru

📋 copy color: '#CC8841'

red 204 ◦ green 136 ◦ blue 65

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

Shades of Peru #CC8841

Tints of Peru #CC8841

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 16.05%

R = 50.37%
G = 33.58%
B = 16.05%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.68

 K value IS 0.2

RGB Variations

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

Color information

#CC8841 (or 0xCC8841) is known color: Peru. HEX triplet: CC, 88 and 41. RGB value is (204,136,65). Sum of RGB (Red+Green+Blue) = 204+136+65=405 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.37% from 405); Green value is 136 (53.52% from 255 or 33.58% from 405); Blue value is 65 (25.78% from 255 or 16.05% from 405); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8841 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC8841 is #3377BE. Grayscale: #949494. Windows color (decimal): -3372991 or 4294860. OLE color: 4294860.

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

Color convert

RGB 204 136 65 -
CMYK 0 0.33 0.68 0.2
HSL 30.65º 0.58% 0.53% -
HSV(B) 30.65º 0.68% 0.8% -
XYZ 34.66 30.83 9.12 -
YUV 148.24 81.03 167.77 -
System Red Green Blue C M Y K H S L
Decimal 204 136 65 0 0.33 0.68 0.2 30.65 0.58 0.53
Hex CC 88 41 0 21 44 14 1F 3A 35
Octal 314 210 101 0 41 104 24 37 72 65
Binary 11001100 10001000 1000001 0 100001 1000100 10100 11111 111010 110101

Color Harmonies of #CC8841

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC8841

Black with #CC8841

Text Example


Text Example

White with #CC8841

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC8841; }

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

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

background-color css

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

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

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

border-color css

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

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

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