Html Css Color HEX #CE685E Roman

📋 copy color: '#CE685E'

red 206 ◦ green 104 ◦ blue 94

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

Shades of Roman #CE685E

Tints of Roman #CE685E

RGB

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

 GREEN value IS 104 (41.02% from 255) = 25.74%

 BLUE value IS 94 (37.11% from 255) = 23.27%

R = 50.99%
G = 25.74%
B = 23.27%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.54

 K value IS 0.19

RGB Variations

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

Color information

#CE685E (or 0xCE685E) is known color: Roman. HEX triplet: CE, 68 and 5E. RGB value is (206,104,94). Sum of RGB (Red+Green+Blue) = 206+104+94=404 (53% of max value = 765). Red value is 206 (80.86% from 255 or 50.99% from 404); Green value is 104 (41.02% from 255 or 25.74% from 404); Blue value is 94 (37.11% from 255 or 23.27% from 404); Max value from RGB is 206 - color contains mainly: red. Hex color #CE685E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE685E is #3197A1. Grayscale: #858585. Windows color (decimal): -3250082 or 6187214. OLE color: 6187214.

HSL color Cylindrical-coordinate representation of color #CE685E: hue angle of 5.36º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CE685E is Cyan = 0, Magento = 0.50, Yellow = 0.54 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 104 94 -
CMYK 0 0.50 0.54 0.19
HSL 5.36º 0.53% 0.59% -
HSV(B) 5.36º 0.54% 0.81% -
XYZ 32.42 23.83 13.48 -
YUV 133.36 105.79 179.81 -
System Red Green Blue C M Y K H S L
Decimal 206 104 94 0 0.50 0.54 0.19 5.36 0.53 0.59
Hex CE 68 5E 0 32 36 13 5 35 3B
Octal 316 150 136 0 62 66 23 5 65 73
Binary 11001110 1101000 1011110 0 110010 110110 10011 101 110101 111011

Color Harmonies of #CE685E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE685E

Black with #CE685E

Text Example


Text Example

White with #CE685E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE685E; }

 p { color: rgb(206,104,94); }

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

background-color css

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

 a { background-color: rgb(206,104,94); }

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

border-color css

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

 span { border-color: rgb(206,104,94); }

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