Html Css Color HEX #CF687E Charm

📋 copy color: '#CF687E'

red 207 ◦ green 104 ◦ blue 126

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

Shades of Charm #CF687E

Tints of Charm #CF687E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 28.83%

R = 47.37%
G = 23.8%
B = 28.83%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.39

 K value IS 0.19

RGB Variations

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

Color information

#CF687E (or 0xCF687E) is known color: Charm. HEX triplet: CF, 68 and 7E. RGB value is (207,104,126). Sum of RGB (Red+Green+Blue) = 207+104+126=437 (57% of max value = 765). Red value is 207 (81.25% from 255 or 47.37% from 437); Green value is 104 (41.02% from 255 or 23.80% from 437); Blue value is 126 (49.61% from 255 or 28.83% from 437); Max value from RGB is 207 - color contains mainly: red. Hex color #CF687E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF687E is #309781. Grayscale: #898989. Windows color (decimal): -3184514 or 8284367. OLE color: 8284367.

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

Color convert

RGB 207 104 126 -
CMYK 0 0.50 0.39 0.19
HSL 347.18º 0.52% 0.61% -
HSV(B) 347.18º 0.5% 0.81% -
XYZ 34.45 24.67 22.69 -
YUV 137.31 121.62 177.71 -
System Red Green Blue C M Y K H S L
Decimal 207 104 126 0 0.50 0.39 0.19 347.18 0.52 0.61
Hex CF 68 7E 0 32 27 13 15B 34 3D
Octal 317 150 176 0 62 47 23 533 64 75
Binary 11001111 1101000 1111110 0 110010 100111 10011 101011011 110100 111101

Color Harmonies of #CF687E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF687E

Black with #CF687E

Text Example


Text Example

White with #CF687E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF687E; }

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

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

background-color css

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

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

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

border-color css

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

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

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