Html Css Color HEX #CF687C Charm

📋 copy color: '#CF687C'

red 207 ◦ green 104 ◦ blue 124

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

Shades of Charm #CF687C

Tints of Charm #CF687C

RGB

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

 GREEN value IS 104 (41.02% from 255) = 23.91%

 BLUE value IS 124 (48.83% from 255) = 28.51%

R = 47.59%
G = 23.91%
B = 28.51%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.40

 K value IS 0.19

RGB Variations

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

Color information

#CF687C (or 0xCF687C) is known color: Charm. HEX triplet: CF, 68 and 7C. RGB value is (207,104,124). Sum of RGB (Red+Green+Blue) = 207+104+124=435 (57% of max value = 765). Red value is 207 (81.25% from 255 or 47.59% from 435); Green value is 104 (41.02% from 255 or 23.91% from 435); Blue value is 124 (48.83% from 255 or 28.51% from 435); Max value from RGB is 207 - color contains mainly: red. Hex color #CF687C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF687C is #309783. Grayscale: #898989. Windows color (decimal): -3184516 or 8153295. OLE color: 8153295.

HSL color Cylindrical-coordinate representation of color #CF687C: hue angle of 348.35º degrees, saturation: 0.52, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CF687C is Cyan = 0, Magento = 0.50, Yellow = 0.40 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 104 124 -
CMYK 0 0.50 0.40 0.19
HSL 348.35º 0.52% 0.61% -
HSV(B) 348.35º 0.5% 0.81% -
XYZ 34.32 24.62 22.01 -
YUV 137.08 120.62 177.87 -
System Red Green Blue C M Y K H S L
Decimal 207 104 124 0 0.50 0.40 0.19 348.35 0.52 0.61
Hex CF 68 7C 0 32 28 13 15C 34 3D
Octal 317 150 174 0 62 50 23 534 64 75
Binary 11001111 1101000 1111100 0 110010 101000 10011 101011100 110100 111101

Color Harmonies of #CF687C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF687C

Black with #CF687C

Text Example


Text Example

White with #CF687C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF687C; }

 p { color: rgb(207,104,124); }

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

background-color css

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

 a { background-color: rgb(207,104,124); }

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

border-color css

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

 span { border-color: rgb(207,104,124); }

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