Html Css Color HEX #CE697D Charm

📋 copy color: '#CE697D'

red 206 ◦ green 105 ◦ blue 125

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

Shades of Charm #CE697D

Tints of Charm #CE697D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 28.67%

R = 47.25%
G = 24.08%
B = 28.67%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.39

 K value IS 0.19

RGB Variations

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

Color information

#CE697D (or 0xCE697D) is known color: Charm. HEX triplet: CE, 69 and 7D. RGB value is (206,105,125). Sum of RGB (Red+Green+Blue) = 206+105+125=436 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.25% from 436); Green value is 105 (41.41% from 255 or 24.08% from 436); Blue value is 125 (49.22% from 255 or 28.67% from 436); Max value from RGB is 206 - color contains mainly: red. Hex color #CE697D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE697D is #319682. Grayscale: #898989. Windows color (decimal): -3249795 or 8219086. OLE color: 8219086.

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

Color convert

RGB 206 105 125 -
CMYK 0 0.49 0.39 0.19
HSL 348.12º 0.51% 0.61% -
HSV(B) 348.12º 0.49% 0.81% -
XYZ 34.21 24.71 22.37 -
YUV 137.48 120.96 176.87 -
System Red Green Blue C M Y K H S L
Decimal 206 105 125 0 0.49 0.39 0.19 348.12 0.51 0.61
Hex CE 69 7D 0 31 27 13 15C 33 3D
Octal 316 151 175 0 61 47 23 534 63 75
Binary 11001110 1101001 1111101 0 110001 100111 10011 101011100 110011 111101

Color Harmonies of #CE697D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE697D

Black with #CE697D

Text Example


Text Example

White with #CE697D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE697D; }

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

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

background-color css

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

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

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

border-color css

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

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

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