Html Css Color HEX #CE6A6D Froly

📋 copy color: '#CE6A6D'

red 206 ◦ green 106 ◦ blue 109

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

Shades of Froly #CE6A6D

Tints of Froly #CE6A6D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 25.89%

R = 48.93%
G = 25.18%
B = 25.89%

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

#CE6A6D (or 0xCE6A6D) is known color: Froly. HEX triplet: CE, 6A and 6D. RGB value is (206,106,109). Sum of RGB (Red+Green+Blue) = 206+106+109=421 (55% of max value = 765). Red value is 206 (80.86% from 255 or 48.93% from 421); Green value is 106 (41.80% from 255 or 25.18% from 421); Blue value is 109 (42.97% from 255 or 25.89% from 421); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6A6D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE6A6D is #319592. Grayscale: #888888. Windows color (decimal): -3249555 or 7170766. OLE color: 7170766.

HSL color Cylindrical-coordinate representation of color #CE6A6D: hue angle of 358.2º 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 #CE6A6D is Cyan = 0, Magento = 0.49, Yellow = 0.47 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 106 109 -
CMYK 0 0.49 0.47 0.19
HSL 358.2º 0.51% 0.61% -
HSV(B) 358.2º 0.49% 0.81% -
XYZ 33.37 24.53 17.44 -
YUV 136.24 112.63 177.76 -
System Red Green Blue C M Y K H S L
Decimal 206 106 109 0 0.49 0.47 0.19 358.2 0.51 0.61
Hex CE 6A 6D 0 31 2F 13 166 33 3D
Octal 316 152 155 0 61 57 23 546 63 75
Binary 11001110 1101010 1101101 0 110001 101111 10011 101100110 110011 111101

Color Harmonies of #CE6A6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE6A6D

Black with #CE6A6D

Text Example


Text Example

White with #CE6A6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE6A6D; }

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

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

background-color css

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

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

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

border-color css

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

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

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