Html Css Color HEX #CF6D7D Charm

📋 copy color: '#CF6D7D'

red 207 ◦ green 109 ◦ blue 125

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

Shades of Charm #CF6D7D

Tints of Charm #CF6D7D

RGB

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

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

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

R = 46.94%
G = 24.72%
B = 28.34%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.40

 K value IS 0.19

RGB Variations

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

Color information

#CF6D7D (or 0xCF6D7D) is known color: Charm. HEX triplet: CF, 6D and 7D. RGB value is (207,109,125). Sum of RGB (Red+Green+Blue) = 207+109+125=441 (58% of max value = 765). Red value is 207 (81.25% from 255 or 46.94% from 441); Green value is 109 (42.97% from 255 or 24.72% from 441); Blue value is 125 (49.22% from 255 or 28.34% from 441); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6D7D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF6D7D is #309282. Grayscale: #8C8C8C. Windows color (decimal): -3183235 or 8220111. OLE color: 8220111.

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

Color convert

RGB 207 109 125 -
CMYK 0 0.47 0.40 0.19
HSL 350.2º 0.51% 0.62% -
HSV(B) 350.2º 0.47% 0.81% -
XYZ 34.9 25.68 22.52 -
YUV 140.13 119.47 175.7 -
System Red Green Blue C M Y K H S L
Decimal 207 109 125 0 0.47 0.40 0.19 350.2 0.51 0.62
Hex CF 6D 7D 0 2F 28 13 15E 33 3E
Octal 317 155 175 0 57 50 23 536 63 76
Binary 11001111 1101101 1111101 0 101111 101000 10011 101011110 110011 111110

Color Harmonies of #CF6D7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF6D7D

Black with #CF6D7D

Text Example


Text Example

White with #CF6D7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF6D7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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