Html Css Color HEX #CE696B Froly

📋 copy color: '#CE696B'

red 206 ◦ green 105 ◦ blue 107

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

Shades of Froly #CE696B

Tints of Froly #CE696B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 25.6%

R = 49.28%
G = 25.12%
B = 25.6%

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

#CE696B (or 0xCE696B) is known color: Froly. HEX triplet: CE, 69 and 6B. RGB value is (206,105,107). Sum of RGB (Red+Green+Blue) = 206+105+107=418 (55% of max value = 765). Red value is 206 (80.86% from 255 or 49.28% from 418); Green value is 105 (41.41% from 255 or 25.12% from 418); Blue value is 107 (42.19% from 255 or 25.60% from 418); Max value from RGB is 206 - color contains mainly: red. Hex color #CE696B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE696B is #319694. Grayscale: #878787. Windows color (decimal): -3249813 or 7039438. OLE color: 7039438.

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

Color convert

RGB 206 105 107 -
CMYK 0 0.49 0.48 0.19
HSL 358.81º 0.51% 0.61% -
HSV(B) 358.81º 0.49% 0.81% -
XYZ 33.16 24.29 16.85 -
YUV 135.43 111.96 178.34 -
System Red Green Blue C M Y K H S L
Decimal 206 105 107 0 0.49 0.48 0.19 358.81 0.51 0.61
Hex CE 69 6B 0 31 30 13 167 33 3D
Octal 316 151 153 0 61 60 23 547 63 75
Binary 11001110 1101001 1101011 0 110001 110000 10011 101100111 110011 111101

Color Harmonies of #CE696B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE696B

Black with #CE696B

Text Example


Text Example

White with #CE696B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE696B; }

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

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

background-color css

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

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

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

border-color css

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

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

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