Html Css Color HEX #CF687D Charm

📋 copy color: '#CF687D'

red 207 ◦ green 104 ◦ blue 125

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

Shades of Charm #CF687D

Tints of Charm #CF687D

RGB

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

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

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

R = 47.48%
G = 23.85%
B = 28.67%

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

#CF687D (or 0xCF687D) is known color: Charm. HEX triplet: CF, 68 and 7D. RGB value is (207,104,125). Sum of RGB (Red+Green+Blue) = 207+104+125=436 (57% of max value = 765). Red value is 207 (81.25% from 255 or 47.48% from 436); Green value is 104 (41.02% from 255 or 23.85% from 436); Blue value is 125 (49.22% from 255 or 28.67% from 436); Max value from RGB is 207 - color contains mainly: red. Hex color #CF687D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF687D is #309782. Grayscale: #898989. Windows color (decimal): -3184515 or 8218831. OLE color: 8218831.

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

Color convert

RGB 207 104 125 -
CMYK 0 0.50 0.40 0.19
HSL 347.77º 0.52% 0.61% -
HSV(B) 347.77º 0.5% 0.81% -
XYZ 34.38 24.65 22.35 -
YUV 137.19 121.12 177.79 -
System Red Green Blue C M Y K H S L
Decimal 207 104 125 0 0.50 0.40 0.19 347.77 0.52 0.61
Hex CF 68 7D 0 32 28 13 15C 34 3D
Octal 317 150 175 0 62 50 23 534 64 75
Binary 11001111 1101000 1111101 0 110010 101000 10011 101011100 110100 111101

Color Harmonies of #CF687D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF687D

Black with #CF687D

Text Example


Text Example

White with #CF687D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF687D; }

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

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

background-color css

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

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

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

border-color css

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

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

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