Html Css Color HEX #CE6976 Froly

📋 copy color: '#CE6976'

red 206 ◦ green 105 ◦ blue 118

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

Shades of Froly #CE6976

Tints of Froly #CE6976

RGB

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

 GREEN value IS 105 (41.41% from 255) = 24.48%

 BLUE value IS 118 (46.48% from 255) = 27.51%

R = 48.02%
G = 24.48%
B = 27.51%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.43

 K value IS 0.19

RGB Variations

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

Color information

#CE6976 (or 0xCE6976) is known color: Froly. HEX triplet: CE, 69 and 76. RGB value is (206,105,118). Sum of RGB (Red+Green+Blue) = 206+105+118=429 (56% of max value = 765). Red value is 206 (80.86% from 255 or 48.02% from 429); Green value is 105 (41.41% from 255 or 24.48% from 429); Blue value is 118 (46.48% from 255 or 27.51% from 429); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6976 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE6976 is #319689. Grayscale: #888888. Windows color (decimal): -3249802 or 7760334. OLE color: 7760334.

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

Color convert

RGB 206 105 118 -
CMYK 0 0.49 0.43 0.19
HSL 352.28º 0.51% 0.61% -
HSV(B) 352.28º 0.49% 0.81% -
XYZ 33.78 24.53 20.09 -
YUV 136.68 117.46 177.44 -
System Red Green Blue C M Y K H S L
Decimal 206 105 118 0 0.49 0.43 0.19 352.28 0.51 0.61
Hex CE 69 76 0 31 2B 13 160 33 3D
Octal 316 151 166 0 61 53 23 540 63 75
Binary 11001110 1101001 1110110 0 110001 101011 10011 101100000 110011 111101

Color Harmonies of #CE6976

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE6976

Black with #CE6976

Text Example


Text Example

White with #CE6976

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE6976; }

 p { color: rgb(206,105,118); }

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

background-color css

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

 a { background-color: rgb(206,105,118); }

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

border-color css

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

 span { border-color: rgb(206,105,118); }

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