Html Css Color HEX #CE853C Peru

📋 copy color: '#CE853C'

red 206 ◦ green 133 ◦ blue 60

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

Shades of Peru #CE853C

Tints of Peru #CE853C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 15.04%

R = 51.63%
G = 33.33%
B = 15.04%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.71

 K value IS 0.19

RGB Variations

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

Color information

#CE853C (or 0xCE853C) is known color: Peru. HEX triplet: CE, 85 and 3C. RGB value is (206,133,60). Sum of RGB (Red+Green+Blue) = 206+133+60=399 (52% of max value = 765). Red value is 206 (80.86% from 255 or 51.63% from 399); Green value is 133 (52.34% from 255 or 33.33% from 399); Blue value is 60 (23.83% from 255 or 15.04% from 399); Max value from RGB is 206 - color contains mainly: red. Hex color #CE853C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE853C is #317AC3. Grayscale: #929292. Windows color (decimal): -3242692 or 3966414. OLE color: 3966414.

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

Color convert

RGB 206 133 60 -
CMYK 0 0.35 0.71 0.19
HSL 30º 0.6% 0.52% -
HSV(B) 30º 0.71% 0.81% -
XYZ 34.66 30.22 8.28 -
YUV 146.51 79.18 170.44 -
System Red Green Blue C M Y K H S L
Decimal 206 133 60 0 0.35 0.71 0.19 30 0.6 0.52
Hex CE 85 3C 0 23 47 13 1E 3C 34
Octal 316 205 74 0 43 107 23 36 74 64
Binary 11001110 10000101 111100 0 100011 1000111 10011 11110 111100 110100

Color Harmonies of #CE853C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE853C

Black with #CE853C

Text Example


Text Example

White with #CE853C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE853C; }

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

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

background-color css

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

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

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

border-color css

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

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

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