Html Css Color HEX #CE7F3E Peru

📋 copy color: '#CE7F3E'

red 206 ◦ green 127 ◦ blue 62

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

Shades of Peru #CE7F3E

Tints of Peru #CE7F3E

RGB

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

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

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

R = 52.15%
G = 32.15%
B = 15.7%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.70

 K value IS 0.19

RGB Variations

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

Color information

#CE7F3E (or 0xCE7F3E) is known color: Peru. HEX triplet: CE, 7F and 3E. RGB value is (206,127,62). Sum of RGB (Red+Green+Blue) = 206+127+62=395 (52% of max value = 765). Red value is 206 (80.86% from 255 or 52.15% from 395); Green value is 127 (50% from 255 or 32.15% from 395); Blue value is 62 (24.61% from 255 or 15.70% from 395); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7F3E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE7F3E is #3180C1. Grayscale: #8F8F8F. Windows color (decimal): -3244226 or 4095950. OLE color: 4095950.

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

Color convert

RGB 206 127 62 -
CMYK 0 0.38 0.70 0.19
HSL 27.08º 0.6% 0.53% -
HSV(B) 27.08º 0.7% 0.81% -
XYZ 33.91 28.65 8.3 -
YUV 143.21 82.17 172.79 -
System Red Green Blue C M Y K H S L
Decimal 206 127 62 0 0.38 0.70 0.19 27.08 0.6 0.53
Hex CE 7F 3E 0 26 46 13 1B 3C 35
Octal 316 177 76 0 46 106 23 33 74 65
Binary 11001110 1111111 111110 0 100110 1000110 10011 11011 111100 110101

Color Harmonies of #CE7F3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE7F3E

Black with #CE7F3E

Text Example


Text Example

White with #CE7F3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE7F3E; }

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

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

background-color css

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

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

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

border-color css

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

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

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