Html Css Color HEX #CF687F Charm

📋 copy color: '#CF687F'

red 207 ◦ green 104 ◦ blue 127

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

Shades of Charm #CF687F

Tints of Charm #CF687F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 29%

R = 47.26%
G = 23.74%
B = 29%

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

#CF687F (or 0xCF687F) is known color: Charm. HEX triplet: CF, 68 and 7F. RGB value is (207,104,127). Sum of RGB (Red+Green+Blue) = 207+104+127=438 (58% of max value = 765). Red value is 207 (81.25% from 255 or 47.26% from 438); Green value is 104 (41.02% from 255 or 23.74% from 438); Blue value is 127 (50% from 255 or 29.00% from 438); Max value from RGB is 207 - color contains mainly: red. Hex color #CF687F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF687F is #309780. Grayscale: #898989. Windows color (decimal): -3184513 or 8349903. OLE color: 8349903.

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

Color convert

RGB 207 104 127 -
CMYK 0 0.50 0.39 0.19
HSL 346.6º 0.52% 0.61% -
HSV(B) 346.6º 0.5% 0.81% -
XYZ 34.51 24.7 23.03 -
YUV 137.42 122.12 177.63 -
System Red Green Blue C M Y K H S L
Decimal 207 104 127 0 0.50 0.39 0.19 346.6 0.52 0.61
Hex CF 68 7F 0 32 27 13 15B 34 3D
Octal 317 150 177 0 62 47 23 533 64 75
Binary 11001111 1101000 1111111 0 110010 100111 10011 101011011 110100 111101

Color Harmonies of #CF687F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF687F

Black with #CF687F

Text Example


Text Example

White with #CF687F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF687F; }

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

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

background-color css

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

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

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

border-color css

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

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

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