Html Css Color HEX #CE6A62 Roman

📋 copy color: '#CE6A62'

red 206 ◦ green 106 ◦ blue 98

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

Shades of Roman #CE6A62

Tints of Roman #CE6A62

RGB

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

 GREEN value IS 106 (41.8% from 255) = 25.85%

 BLUE value IS 98 (38.67% from 255) = 23.9%

R = 50.24%
G = 25.85%
B = 23.9%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.52

 K value IS 0.19

RGB Variations

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

Color information

#CE6A62 (or 0xCE6A62) is known color: Roman. HEX triplet: CE, 6A and 62. RGB value is (206,106,98). Sum of RGB (Red+Green+Blue) = 206+106+98=410 (54% of max value = 765). Red value is 206 (80.86% from 255 or 50.24% from 410); Green value is 106 (41.80% from 255 or 25.85% from 410); Blue value is 98 (38.67% from 255 or 23.90% from 410); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6A62 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE6A62 is #31959D. Grayscale: #878787. Windows color (decimal): -3249566 or 6449870. OLE color: 6449870.

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

Color convert

RGB 206 106 98 -
CMYK 0 0.49 0.52 0.19
HSL 4.44º 0.52% 0.6% -
HSV(B) 4.44º 0.52% 0.81% -
XYZ 32.81 24.31 14.52 -
YUV 134.99 107.13 178.65 -
System Red Green Blue C M Y K H S L
Decimal 206 106 98 0 0.49 0.52 0.19 4.44 0.52 0.6
Hex CE 6A 62 0 31 34 13 4 34 3C
Octal 316 152 142 0 61 64 23 4 64 74
Binary 11001110 1101010 1100010 0 110001 110100 10011 100 110100 111100

Color Harmonies of #CE6A62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE6A62

Black with #CE6A62

Text Example


Text Example

White with #CE6A62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE6A62; }

 p { color: rgb(206,106,98); }

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

background-color css

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

 a { background-color: rgb(206,106,98); }

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

border-color css

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

 span { border-color: rgb(206,106,98); }

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