Html Css Color HEX #CE6B76 Froly

📋 copy color: '#CE6B76'

red 206 ◦ green 107 ◦ blue 118

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

Shades of Froly #CE6B76

Tints of Froly #CE6B76

RGB

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

 GREEN value IS 107 (42.19% from 255) = 24.83%

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

R = 47.8%
G = 24.83%
B = 27.38%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.43

 K value IS 0.19

RGB Variations

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

Color information

#CE6B76 (or 0xCE6B76) is known color: Froly. HEX triplet: CE, 6B and 76. RGB value is (206,107,118). Sum of RGB (Red+Green+Blue) = 206+107+118=431 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.80% from 431); Green value is 107 (42.19% from 255 or 24.83% from 431); Blue value is 118 (46.48% from 255 or 27.38% from 431); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6B76 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE6B76 is #319489. Grayscale: #898989. Windows color (decimal): -3249290 or 7760846. OLE color: 7760846.

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

Color convert

RGB 206 107 118 -
CMYK 0 0.48 0.43 0.19
HSL 353.33º 0.5% 0.61% -
HSV(B) 353.33º 0.48% 0.81% -
XYZ 33.98 24.95 20.16 -
YUV 137.86 116.8 176.61 -
System Red Green Blue C M Y K H S L
Decimal 206 107 118 0 0.48 0.43 0.19 353.33 0.5 0.61
Hex CE 6B 76 0 30 2B 13 161 32 3D
Octal 316 153 166 0 60 53 23 541 62 75
Binary 11001110 1101011 1110110 0 110000 101011 10011 101100001 110010 111101

Color Harmonies of #CE6B76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE6B76

Black with #CE6B76

Text Example


Text Example

White with #CE6B76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE6B76; }

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

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

background-color css

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

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

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

border-color css

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

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

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