Html Css Color HEX #CE696C Froly

📋 copy color: '#CE696C'

red 206 ◦ green 105 ◦ blue 108

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

Shades of Froly #CE696C

Tints of Froly #CE696C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 25.78%

R = 49.16%
G = 25.06%
B = 25.78%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.48

 K value IS 0.19

RGB Variations

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

Color information

#CE696C (or 0xCE696C) is known color: Froly. HEX triplet: CE, 69 and 6C. RGB value is (206,105,108). Sum of RGB (Red+Green+Blue) = 206+105+108=419 (55% of max value = 765). Red value is 206 (80.86% from 255 or 49.16% from 419); Green value is 105 (41.41% from 255 or 25.06% from 419); Blue value is 108 (42.58% from 255 or 25.78% from 419); Max value from RGB is 206 - color contains mainly: red. Hex color #CE696C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE696C is #319693. Grayscale: #878787. Windows color (decimal): -3249812 or 7104974. OLE color: 7104974.

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

Color convert

RGB 206 105 108 -
CMYK 0 0.49 0.48 0.19
HSL 358.22º 0.51% 0.61% -
HSV(B) 358.22º 0.49% 0.81% -
XYZ 33.21 24.31 17.13 -
YUV 135.54 112.46 178.26 -
System Red Green Blue C M Y K H S L
Decimal 206 105 108 0 0.49 0.48 0.19 358.22 0.51 0.61
Hex CE 69 6C 0 31 30 13 166 33 3D
Octal 316 151 154 0 61 60 23 546 63 75
Binary 11001110 1101001 1101100 0 110001 110000 10011 101100110 110011 111101

Color Harmonies of #CE696C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE696C

Black with #CE696C

Text Example


Text Example

White with #CE696C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE696C; }

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

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

background-color css

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

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

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

border-color css

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

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

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