Html Css Color HEX #CE696D Froly

📋 copy color: '#CE696D'

red 206 ◦ green 105 ◦ blue 109

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

Shades of Froly #CE696D

Tints of Froly #CE696D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 25.95%

R = 49.05%
G = 25%
B = 25.95%

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

#CE696D (or 0xCE696D) is known color: Froly. HEX triplet: CE, 69 and 6D. RGB value is (206,105,109). Sum of RGB (Red+Green+Blue) = 206+105+109=420 (55% of max value = 765). Red value is 206 (80.86% from 255 or 49.05% from 420); Green value is 105 (41.41% from 255 or 25% from 420); Blue value is 109 (42.97% from 255 or 25.95% from 420); Max value from RGB is 206 - color contains mainly: red. Hex color #CE696D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE696D is #319692. Grayscale: #878787. Windows color (decimal): -3249811 or 7170510. OLE color: 7170510.

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

Color convert

RGB 206 105 109 -
CMYK 0 0.49 0.47 0.19
HSL 357.62º 0.51% 0.61% -
HSV(B) 357.62º 0.49% 0.81% -
XYZ 33.27 24.33 17.41 -
YUV 135.66 112.96 178.17 -
System Red Green Blue C M Y K H S L
Decimal 206 105 109 0 0.49 0.47 0.19 357.62 0.51 0.61
Hex CE 69 6D 0 31 2F 13 166 33 3D
Octal 316 151 155 0 61 57 23 546 63 75
Binary 11001110 1101001 1101101 0 110001 101111 10011 101100110 110011 111101

Color Harmonies of #CE696D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE696D

Black with #CE696D

Text Example


Text Example

White with #CE696D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE696D; }

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

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

background-color css

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

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

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

border-color css

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

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

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