Html Css Color HEX #CC8B3E Peru

📋 copy color: '#CC8B3E'

red 204 ◦ green 139 ◦ blue 62

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

Shades of Peru #CC8B3E

Tints of Peru #CC8B3E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 15.31%

R = 50.37%
G = 34.32%
B = 15.31%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.70

 K value IS 0.2

RGB Variations

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

Color information

#CC8B3E (or 0xCC8B3E) is known color: Peru. HEX triplet: CC, 8B and 3E. RGB value is (204,139,62). Sum of RGB (Red+Green+Blue) = 204+139+62=405 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.37% from 405); Green value is 139 (54.69% from 255 or 34.32% from 405); Blue value is 62 (24.61% from 255 or 15.31% from 405); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8B3E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC8B3E is #3374C1. Grayscale: #969696. Windows color (decimal): -3372226 or 4099020. OLE color: 4099020.

HSL color Cylindrical-coordinate representation of color #CC8B3E: hue angle of 32.54º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CC8B3E is Cyan = 0, Magento = 0.32, Yellow = 0.70 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 139 62 -
CMYK 0 0.32 0.70 0.2
HSL 32.54º 0.58% 0.52% -
HSV(B) 32.54º 0.7% 0.8% -
XYZ 35 31.65 8.82 -
YUV 149.66 78.53 166.76 -
System Red Green Blue C M Y K H S L
Decimal 204 139 62 0 0.32 0.70 0.2 32.54 0.58 0.52
Hex CC 8B 3E 0 20 46 14 21 3A 34
Octal 314 213 76 0 40 106 24 41 72 64
Binary 11001100 10001011 111110 0 100000 1000110 10100 100001 111010 110100

Color Harmonies of #CC8B3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC8B3E

Black with #CC8B3E

Text Example


Text Example

White with #CC8B3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC8B3E; }

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

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

background-color css

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

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

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

border-color css

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

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

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