Html Css Color HEX #CC803F Peru

📋 copy color: '#CC803F'

red 204 ◦ green 128 ◦ blue 63

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

Shades of Peru #CC803F

Tints of Peru #CC803F

RGB

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

 GREEN value IS 128 (50.39% from 255) = 32.41%

 BLUE value IS 63 (25% from 255) = 15.95%

R = 51.65%
G = 32.41%
B = 15.95%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.69

 K value IS 0.2

RGB Variations

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

Color information

#CC803F (or 0xCC803F) is known color: Peru. HEX triplet: CC, 80 and 3F. RGB value is (204,128,63). Sum of RGB (Red+Green+Blue) = 204+128+63=395 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51.65% from 395); Green value is 128 (50.39% from 255 or 32.41% from 395); Blue value is 63 (25% from 255 or 15.95% from 395); Max value from RGB is 204 - color contains mainly: red. Hex color #CC803F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC803F is #337FC0. Grayscale: #8F8F8F. Windows color (decimal): -3375041 or 4161740. OLE color: 4161740.

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

Color convert

RGB 204 128 63 -
CMYK 0 0.37 0.69 0.2
HSL 27.66º 0.58% 0.52% -
HSV(B) 27.66º 0.69% 0.8% -
XYZ 33.52 28.63 8.46 -
YUV 143.31 82.68 171.29 -
System Red Green Blue C M Y K H S L
Decimal 204 128 63 0 0.37 0.69 0.2 27.66 0.58 0.52
Hex CC 80 3F 0 25 45 14 1C 3A 34
Octal 314 200 77 0 45 105 24 34 72 64
Binary 11001100 10000000 111111 0 100101 1000101 10100 11100 111010 110100

Color Harmonies of #CC803F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC803F

Black with #CC803F

Text Example


Text Example

White with #CC803F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC803F; }

 p { color: rgb(204,128,63); }

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

background-color css

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

 a { background-color: rgb(204,128,63); }

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

border-color css

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

 span { border-color: rgb(204,128,63); }

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