Html Css Color HEX #CE6A6E Froly

📋 copy color: '#CE6A6E'

red 206 ◦ green 106 ◦ blue 110

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

Shades of Froly #CE6A6E

Tints of Froly #CE6A6E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 26.07%

R = 48.82%
G = 25.12%
B = 26.07%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.47

 K value IS 0.19

RGB Variations

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

Color information

#CE6A6E (or 0xCE6A6E) is known color: Froly. HEX triplet: CE, 6A and 6E. RGB value is (206,106,110). Sum of RGB (Red+Green+Blue) = 206+106+110=422 (55% of max value = 765). Red value is 206 (80.86% from 255 or 48.82% from 422); Green value is 106 (41.80% from 255 or 25.12% from 422); Blue value is 110 (43.36% from 255 or 26.07% from 422); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6A6E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE6A6E is #319591. Grayscale: #888888. Windows color (decimal): -3249554 or 7236302. OLE color: 7236302.

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

Color convert

RGB 206 106 110 -
CMYK 0 0.49 0.47 0.19
HSL 357.6º 0.51% 0.61% -
HSV(B) 357.6º 0.49% 0.81% -
XYZ 33.42 24.56 17.73 -
YUV 136.36 113.13 177.67 -
System Red Green Blue C M Y K H S L
Decimal 206 106 110 0 0.49 0.47 0.19 357.6 0.51 0.61
Hex CE 6A 6E 0 31 2F 13 166 33 3D
Octal 316 152 156 0 61 57 23 546 63 75
Binary 11001110 1101010 1101110 0 110001 101111 10011 101100110 110011 111101

Color Harmonies of #CE6A6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE6A6E

Black with #CE6A6E

Text Example


Text Example

White with #CE6A6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE6A6E; }

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

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

background-color css

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

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

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

border-color css

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

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

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