Html Css Color HEX #CE6760 Roman

📋 copy color: '#CE6760'

red 206 ◦ green 103 ◦ blue 96

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

Shades of Roman #CE6760

Tints of Roman #CE6760

RGB

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

 GREEN value IS 103 (40.63% from 255) = 25.43%

 BLUE value IS 96 (37.89% from 255) = 23.7%

R = 50.86%
G = 25.43%
B = 23.7%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.53

 K value IS 0.19

RGB Variations

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

Color information

#CE6760 (or 0xCE6760) is known color: Roman. HEX triplet: CE, 67 and 60. RGB value is (206,103,96). Sum of RGB (Red+Green+Blue) = 206+103+96=405 (53% of max value = 765). Red value is 206 (80.86% from 255 or 50.86% from 405); Green value is 103 (40.62% from 255 or 25.43% from 405); Blue value is 96 (37.89% from 255 or 23.70% from 405); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6760 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE6760 is #31989F. Grayscale: #858585. Windows color (decimal): -3250336 or 6318030. OLE color: 6318030.

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

Color convert

RGB 206 103 96 -
CMYK 0 0.50 0.53 0.19
HSL 3.82º 0.53% 0.59% -
HSV(B) 3.82º 0.53% 0.81% -
XYZ 32.42 23.67 13.93 -
YUV 133 107.12 180.07 -
System Red Green Blue C M Y K H S L
Decimal 206 103 96 0 0.50 0.53 0.19 3.82 0.53 0.59
Hex CE 67 60 0 32 35 13 4 35 3B
Octal 316 147 140 0 62 65 23 4 65 73
Binary 11001110 1100111 1100000 0 110010 110101 10011 100 110101 111011

Color Harmonies of #CE6760

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE6760

Black with #CE6760

Text Example


Text Example

White with #CE6760

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE6760; }

 p { color: rgb(206,103,96); }

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

background-color css

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

 a { background-color: rgb(206,103,96); }

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

border-color css

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

 span { border-color: rgb(206,103,96); }

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