Html Css Color HEX #CE853E Peru

📋 copy color: '#CE853E'

red 206 ◦ green 133 ◦ blue 62

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

Shades of Peru #CE853E

Tints of Peru #CE853E

RGB

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

 GREEN value IS 133 (52.34% from 255) = 33.17%

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

R = 51.37%
G = 33.17%
B = 15.46%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.70

 K value IS 0.19

RGB Variations

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

Color information

#CE853E (or 0xCE853E) is known color: Peru. HEX triplet: CE, 85 and 3E. RGB value is (206,133,62). Sum of RGB (Red+Green+Blue) = 206+133+62=401 (53% of max value = 765). Red value is 206 (80.86% from 255 or 51.37% from 401); Green value is 133 (52.34% from 255 or 33.17% from 401); Blue value is 62 (24.61% from 255 or 15.46% from 401); Max value from RGB is 206 - color contains mainly: red. Hex color #CE853E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE853E is #317AC1. Grayscale: #939393. Windows color (decimal): -3242690 or 4097486. OLE color: 4097486.

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

Color convert

RGB 206 133 62 -
CMYK 0 0.35 0.70 0.19
HSL 29.58º 0.6% 0.53% -
HSV(B) 29.58º 0.7% 0.81% -
XYZ 34.71 30.24 8.57 -
YUV 146.73 80.18 170.27 -
System Red Green Blue C M Y K H S L
Decimal 206 133 62 0 0.35 0.70 0.19 29.58 0.6 0.53
Hex CE 85 3E 0 23 46 13 1E 3C 35
Octal 316 205 76 0 43 106 23 36 74 65
Binary 11001110 10000101 111110 0 100011 1000110 10011 11110 111100 110101

Color Harmonies of #CE853E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE853E

Black with #CE853E

Text Example


Text Example

White with #CE853E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE853E; }

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

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

background-color css

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

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

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

border-color css

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

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

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