Html Css Color HEX #CE7F40 Peru

📋 copy color: '#CE7F40'

red 206 ◦ green 127 ◦ blue 64

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

Shades of Peru #CE7F40

Tints of Peru #CE7F40

RGB

 RED value IS 206 (80.86% from 255) = 51.89%

 GREEN value IS 127 (50% from 255) = 31.99%

 BLUE value IS 64 (25.39% from 255) = 16.12%

R = 51.89%
G = 31.99%
B = 16.12%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.69

 K value IS 0.19

RGB Variations

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

Color information

#CE7F40 (or 0xCE7F40) is known color: Peru. HEX triplet: CE, 7F and 40. RGB value is (206,127,64). Sum of RGB (Red+Green+Blue) = 206+127+64=397 (52% of max value = 765). Red value is 206 (80.86% from 255 or 51.89% from 397); Green value is 127 (50% from 255 or 31.99% from 397); Blue value is 64 (25.39% from 255 or 16.12% from 397); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7F40 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE7F40 is #3180BF. Grayscale: #8F8F8F. Windows color (decimal): -3244224 or 4227022. OLE color: 4227022.

HSL color Cylindrical-coordinate representation of color #CE7F40: hue angle of 26.62º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CE7F40 is Cyan = 0, Magento = 0.38, Yellow = 0.69 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 127 64 -
CMYK 0 0.38 0.69 0.19
HSL 26.62º 0.59% 0.53% -
HSV(B) 26.62º 0.69% 0.81% -
XYZ 33.97 28.67 8.59 -
YUV 143.44 83.17 172.62 -
System Red Green Blue C M Y K H S L
Decimal 206 127 64 0 0.38 0.69 0.19 26.62 0.59 0.53
Hex CE 7F 40 0 26 45 13 1B 3B 35
Octal 316 177 100 0 46 105 23 33 73 65
Binary 11001110 1111111 1000000 0 100110 1000101 10011 11011 111011 110101

Color Harmonies of #CE7F40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE7F40

Black with #CE7F40

Text Example


Text Example

White with #CE7F40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE7F40; }

 p { color: rgb(206,127,64); }

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

background-color css

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

 a { background-color: rgb(206,127,64); }

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

border-color css

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

 span { border-color: rgb(206,127,64); }

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