Html Css Color HEX #CE8639 Peru

📋 copy color: '#CE8639'

red 206 ◦ green 134 ◦ blue 57

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

Shades of Peru #CE8639

Tints of Peru #CE8639

RGB

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

 GREEN value IS 134 (52.73% from 255) = 33.75%

 BLUE value IS 57 (22.66% from 255) = 14.36%

R = 51.89%
G = 33.75%
B = 14.36%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.72

 K value IS 0.19

RGB Variations

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

Color information

#CE8639 (or 0xCE8639) is known color: Peru. HEX triplet: CE, 86 and 39. RGB value is (206,134,57). Sum of RGB (Red+Green+Blue) = 206+134+57=397 (52% of max value = 765). Red value is 206 (80.86% from 255 or 51.89% from 397); Green value is 134 (52.73% from 255 or 33.75% from 397); Blue value is 57 (22.66% from 255 or 14.36% from 397); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8639 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE8639 is #3179C6. Grayscale: #939393. Windows color (decimal): -3242439 or 3770062. OLE color: 3770062.

HSL color Cylindrical-coordinate representation of color #CE8639: hue angle of 31.01º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CE8639 is Cyan = 0, Magento = 0.35, Yellow = 0.72 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 134 57 -
CMYK 0 0.35 0.72 0.19
HSL 31.01º 0.6% 0.52% -
HSV(B) 31.01º 0.72% 0.81% -
XYZ 34.72 30.47 7.92 -
YUV 146.75 77.35 170.26 -
System Red Green Blue C M Y K H S L
Decimal 206 134 57 0 0.35 0.72 0.19 31.01 0.6 0.52
Hex CE 86 39 0 23 48 13 1F 3C 34
Octal 316 206 71 0 43 110 23 37 74 64
Binary 11001110 10000110 111001 0 100011 1001000 10011 11111 111100 110100

Color Harmonies of #CE8639

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE8639

Black with #CE8639

Text Example


Text Example

White with #CE8639

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE8639; }

 p { color: rgb(206,134,57); }

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

background-color css

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

 a { background-color: rgb(206,134,57); }

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

border-color css

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

 span { border-color: rgb(206,134,57); }

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