Html Css Color HEX #CE7E3E Peru

📋 copy color: '#CE7E3E'

red 206 ◦ green 126 ◦ blue 62

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

Shades of Peru #CE7E3E

Tints of Peru #CE7E3E

RGB

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

 GREEN value IS 126 (49.61% from 255) = 31.98%

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

R = 52.28%
G = 31.98%
B = 15.74%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.70

 K value IS 0.19

RGB Variations

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

Color information

#CE7E3E (or 0xCE7E3E) is known color: Peru. HEX triplet: CE, 7E and 3E. RGB value is (206,126,62). Sum of RGB (Red+Green+Blue) = 206+126+62=394 (52% of max value = 765). Red value is 206 (80.86% from 255 or 52.28% from 394); Green value is 126 (49.61% from 255 or 31.98% from 394); Blue value is 62 (24.61% from 255 or 15.74% from 394); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7E3E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE7E3E is #3181C1. Grayscale: #8E8E8E. Windows color (decimal): -3244482 or 4095694. OLE color: 4095694.

HSL color Cylindrical-coordinate representation of color #CE7E3E: hue angle of 26.67º 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 #CE7E3E is Cyan = 0, Magento = 0.39, Yellow = 0.70 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 126 62 -
CMYK 0 0.39 0.70 0.19
HSL 26.67º 0.6% 0.53% -
HSV(B) 26.67º 0.7% 0.81% -
XYZ 33.78 28.39 8.26 -
YUV 142.62 82.5 173.2 -
System Red Green Blue C M Y K H S L
Decimal 206 126 62 0 0.39 0.70 0.19 26.67 0.6 0.53
Hex CE 7E 3E 0 27 46 13 1B 3C 35
Octal 316 176 76 0 47 106 23 33 74 65
Binary 11001110 1111110 111110 0 100111 1000110 10011 11011 111100 110101

Color Harmonies of #CE7E3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE7E3E

Black with #CE7E3E

Text Example


Text Example

White with #CE7E3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE7E3E; }

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

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

background-color css

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

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

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

border-color css

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

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

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