Html Css Color HEX #CE696F Froly

📋 copy color: '#CE696F'

red 206 ◦ green 105 ◦ blue 111

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

Shades of Froly #CE696F

Tints of Froly #CE696F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 26.3%

R = 48.82%
G = 24.88%
B = 26.3%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.46

 K value IS 0.19

RGB Variations

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

Color information

#CE696F (or 0xCE696F) is known color: Froly. HEX triplet: CE, 69 and 6F. RGB value is (206,105,111). Sum of RGB (Red+Green+Blue) = 206+105+111=422 (55% of max value = 765). Red value is 206 (80.86% from 255 or 48.82% from 422); Green value is 105 (41.41% from 255 or 24.88% from 422); Blue value is 111 (43.75% from 255 or 26.30% from 422); Max value from RGB is 206 - color contains mainly: red. Hex color #CE696F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE696F is #319690. Grayscale: #878787. Windows color (decimal): -3249809 or 7301582. OLE color: 7301582.

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

Color convert

RGB 206 105 111 -
CMYK 0 0.49 0.46 0.19
HSL 356.44º 0.51% 0.61% -
HSV(B) 356.44º 0.49% 0.81% -
XYZ 33.37 24.37 17.98 -
YUV 135.88 113.96 178.01 -
System Red Green Blue C M Y K H S L
Decimal 206 105 111 0 0.49 0.46 0.19 356.44 0.51 0.61
Hex CE 69 6F 0 31 2E 13 164 33 3D
Octal 316 151 157 0 61 56 23 544 63 75
Binary 11001110 1101001 1101111 0 110001 101110 10011 101100100 110011 111101

Color Harmonies of #CE696F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE696F

Black with #CE696F

Text Example


Text Example

White with #CE696F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE696F; }

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

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

background-color css

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

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

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

border-color css

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

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

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