Html Css Color HEX #CE696E Froly

📋 copy color: '#CE696E'

red 206 ◦ green 105 ◦ blue 110

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

Shades of Froly #CE696E

Tints of Froly #CE696E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 26.13%

R = 48.93%
G = 24.94%
B = 26.13%

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

#CE696E (or 0xCE696E) is known color: Froly. HEX triplet: CE, 69 and 6E. RGB value is (206,105,110). Sum of RGB (Red+Green+Blue) = 206+105+110=421 (55% of max value = 765). Red value is 206 (80.86% from 255 or 48.93% from 421); Green value is 105 (41.41% from 255 or 24.94% from 421); Blue value is 110 (43.36% from 255 or 26.13% from 421); Max value from RGB is 206 - color contains mainly: red. Hex color #CE696E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE696E is #319691. Grayscale: #878787. Windows color (decimal): -3249810 or 7236046. OLE color: 7236046.

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

Color convert

RGB 206 105 110 -
CMYK 0 0.49 0.47 0.19
HSL 357.03º 0.51% 0.61% -
HSV(B) 357.03º 0.49% 0.81% -
XYZ 33.32 24.35 17.7 -
YUV 135.77 113.46 178.09 -
System Red Green Blue C M Y K H S L
Decimal 206 105 110 0 0.49 0.47 0.19 357.03 0.51 0.61
Hex CE 69 6E 0 31 2F 13 165 33 3D
Octal 316 151 156 0 61 57 23 545 63 75
Binary 11001110 1101001 1101110 0 110001 101111 10011 101100101 110011 111101

Color Harmonies of #CE696E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE696E

Black with #CE696E

Text Example


Text Example

White with #CE696E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE696E; }

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

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

background-color css

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

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

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

border-color css

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

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

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