Html Css Color HEX #CE697F Charm

📋 copy color: '#CE697F'

red 206 ◦ green 105 ◦ blue 127

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

Shades of Charm #CE697F

Tints of Charm #CE697F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 29%

R = 47.03%
G = 23.97%
B = 29%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.38

 K value IS 0.19

RGB Variations

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

Color information

#CE697F (or 0xCE697F) is known color: Charm. HEX triplet: CE, 69 and 7F. RGB value is (206,105,127). Sum of RGB (Red+Green+Blue) = 206+105+127=438 (58% of max value = 765). Red value is 206 (80.86% from 255 or 47.03% from 438); Green value is 105 (41.41% from 255 or 23.97% from 438); Blue value is 127 (50% from 255 or 29.00% from 438); Max value from RGB is 206 - color contains mainly: red. Hex color #CE697F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE697F is #319680. Grayscale: #898989. Windows color (decimal): -3249793 or 8350158. OLE color: 8350158.

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

Color convert

RGB 206 105 127 -
CMYK 0 0.49 0.38 0.19
HSL 346.93º 0.51% 0.61% -
HSV(B) 346.93º 0.49% 0.81% -
XYZ 34.34 24.76 23.05 -
YUV 137.71 121.96 176.71 -
System Red Green Blue C M Y K H S L
Decimal 206 105 127 0 0.49 0.38 0.19 346.93 0.51 0.61
Hex CE 69 7F 0 31 26 13 15B 33 3D
Octal 316 151 177 0 61 46 23 533 63 75
Binary 11001110 1101001 1111111 0 110001 100110 10011 101011011 110011 111101

Color Harmonies of #CE697F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE697F

Black with #CE697F

Text Example


Text Example

White with #CE697F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE697F; }

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

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

background-color css

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

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

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

border-color css

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

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

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