Html Css Color HEX #CE8A3E Peru

📋 copy color: '#CE8A3E'

red 206 ◦ green 138 ◦ blue 62

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

Shades of Peru #CE8A3E

Tints of Peru #CE8A3E

RGB

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

 GREEN value IS 138 (54.3% from 255) = 33.99%

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

R = 50.74%
G = 33.99%
B = 15.27%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.70

 K value IS 0.19

RGB Variations

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

Color information

#CE8A3E (or 0xCE8A3E) is known color: Peru. HEX triplet: CE, 8A and 3E. RGB value is (206,138,62). Sum of RGB (Red+Green+Blue) = 206+138+62=406 (53% of max value = 765). Red value is 206 (80.86% from 255 or 50.74% from 406); Green value is 138 (54.30% from 255 or 33.99% from 406); Blue value is 62 (24.61% from 255 or 15.27% from 406); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8A3E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE8A3E is #3175C1. Grayscale: #969696. Windows color (decimal): -3241410 or 4098766. OLE color: 4098766.

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

Color convert

RGB 206 138 62 -
CMYK 0 0.33 0.70 0.19
HSL 31.67º 0.6% 0.53% -
HSV(B) 31.67º 0.7% 0.81% -
XYZ 35.41 31.65 8.8 -
YUV 149.67 78.53 168.18 -
System Red Green Blue C M Y K H S L
Decimal 206 138 62 0 0.33 0.70 0.19 31.67 0.6 0.53
Hex CE 8A 3E 0 21 46 13 20 3C 35
Octal 316 212 76 0 41 106 23 40 74 65
Binary 11001110 10001010 111110 0 100001 1000110 10011 100000 111100 110101

Color Harmonies of #CE8A3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE8A3E

Black with #CE8A3E

Text Example


Text Example

White with #CE8A3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE8A3E; }

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

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

background-color css

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

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

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

border-color css

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

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

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