Html Css Color HEX #CF6D7E Charm

📋 copy color: '#CF6D7E'

red 207 ◦ green 109 ◦ blue 126

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

Shades of Charm #CF6D7E

Tints of Charm #CF6D7E

RGB

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

 GREEN value IS 109 (42.97% from 255) = 24.66%

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

R = 46.83%
G = 24.66%
B = 28.51%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.39

 K value IS 0.19

RGB Variations

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

Color information

#CF6D7E (or 0xCF6D7E) is known color: Charm. HEX triplet: CF, 6D and 7E. RGB value is (207,109,126). Sum of RGB (Red+Green+Blue) = 207+109+126=442 (58% of max value = 765). Red value is 207 (81.25% from 255 or 46.83% from 442); Green value is 109 (42.97% from 255 or 24.66% from 442); Blue value is 126 (49.61% from 255 or 28.51% from 442); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6D7E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF6D7E is #309281. Grayscale: #8C8C8C. Windows color (decimal): -3183234 or 8285647. OLE color: 8285647.

HSL color Cylindrical-coordinate representation of color #CF6D7E: hue angle of 349.59º degrees, saturation: 0.51, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CF6D7E is Cyan = 0, Magento = 0.47, Yellow = 0.39 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 109 126 -
CMYK 0 0.47 0.39 0.19
HSL 349.59º 0.51% 0.62% -
HSV(B) 349.59º 0.47% 0.81% -
XYZ 34.97 25.71 22.86 -
YUV 140.24 119.97 175.62 -
System Red Green Blue C M Y K H S L
Decimal 207 109 126 0 0.47 0.39 0.19 349.59 0.51 0.62
Hex CF 6D 7E 0 2F 27 13 15E 33 3E
Octal 317 155 176 0 57 47 23 536 63 76
Binary 11001111 1101101 1111110 0 101111 100111 10011 101011110 110011 111110

Color Harmonies of #CF6D7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF6D7E

Black with #CF6D7E

Text Example


Text Example

White with #CF6D7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF6D7E; }

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

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

background-color css

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

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

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

border-color css

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

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

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