Html Css Color HEX #CC8B41 Peru

📋 copy color: '#CC8B41'

red 204 ◦ green 139 ◦ blue 65

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

Shades of Peru #CC8B41

Tints of Peru #CC8B41

RGB

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

 GREEN value IS 139 (54.69% from 255) = 34.07%

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

R = 50%
G = 34.07%
B = 15.93%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.68

 K value IS 0.2

RGB Variations

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

Color information

#CC8B41 (or 0xCC8B41) is known color: Peru. HEX triplet: CC, 8B and 41. RGB value is (204,139,65). Sum of RGB (Red+Green+Blue) = 204+139+65=408 (54% of max value = 765). Red value is 204 (80.08% from 255 or 50% from 408); Green value is 139 (54.69% from 255 or 34.07% from 408); Blue value is 65 (25.78% from 255 or 15.93% from 408); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8B41 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC8B41 is #3374BE. Grayscale: #969696. Windows color (decimal): -3372223 or 4295628. OLE color: 4295628.

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

Color convert

RGB 204 139 65 -
CMYK 0 0.32 0.68 0.2
HSL 31.94º 0.58% 0.53% -
HSV(B) 31.94º 0.68% 0.8% -
XYZ 35.09 31.68 9.27 -
YUV 150 80.03 166.52 -
System Red Green Blue C M Y K H S L
Decimal 204 139 65 0 0.32 0.68 0.2 31.94 0.58 0.53
Hex CC 8B 41 0 20 44 14 20 3A 35
Octal 314 213 101 0 40 104 24 40 72 65
Binary 11001100 10001011 1000001 0 100000 1000100 10100 100000 111010 110101

Color Harmonies of #CC8B41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC8B41

Black with #CC8B41

Text Example


Text Example

White with #CC8B41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC8B41; }

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

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

background-color css

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

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

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

border-color css

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

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

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