Html Css Color HEX #CF697D Charm

📋 copy color: '#CF697D'

red 207 ◦ green 105 ◦ blue 125

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

Shades of Charm #CF697D

Tints of Charm #CF697D

RGB

 RED value IS 207 (81.25% from 255) = 47.37%

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

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

R = 47.37%
G = 24.03%
B = 28.6%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.40

 K value IS 0.19

RGB Variations

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

Color information

#CF697D (or 0xCF697D) is known color: Charm. HEX triplet: CF, 69 and 7D. RGB value is (207,105,125). Sum of RGB (Red+Green+Blue) = 207+105+125=437 (57% of max value = 765). Red value is 207 (81.25% from 255 or 47.37% from 437); Green value is 105 (41.41% from 255 or 24.03% from 437); Blue value is 125 (49.22% from 255 or 28.60% from 437); Max value from RGB is 207 - color contains mainly: red. Hex color #CF697D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF697D is #309682. Grayscale: #898989. Windows color (decimal): -3184259 or 8219087. OLE color: 8219087.

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

Color convert

RGB 207 105 125 -
CMYK 0 0.49 0.40 0.19
HSL 348.24º 0.52% 0.61% -
HSV(B) 348.24º 0.49% 0.81% -
XYZ 34.49 24.85 22.38 -
YUV 137.78 120.79 177.37 -
System Red Green Blue C M Y K H S L
Decimal 207 105 125 0 0.49 0.40 0.19 348.24 0.52 0.61
Hex CF 69 7D 0 31 28 13 15C 34 3D
Octal 317 151 175 0 61 50 23 534 64 75
Binary 11001111 1101001 1111101 0 110001 101000 10011 101011100 110100 111101

Color Harmonies of #CF697D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF697D

Black with #CF697D

Text Example


Text Example

White with #CF697D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF697D; }

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

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

background-color css

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

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

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

border-color css

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

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

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