Html Css Color HEX #CF6D82 Charm

📋 copy color: '#CF6D82'

red 207 ◦ green 109 ◦ blue 130

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

Shades of Charm #CF6D82

Tints of Charm #CF6D82

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 29.15%

R = 46.41%
G = 24.44%
B = 29.15%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.37

 K value IS 0.19

RGB Variations

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

Color information

#CF6D82 (or 0xCF6D82) is known color: Charm. HEX triplet: CF, 6D and 82. RGB value is (207,109,130). Sum of RGB (Red+Green+Blue) = 207+109+130=446 (59% of max value = 765). Red value is 207 (81.25% from 255 or 46.41% from 446); Green value is 109 (42.97% from 255 or 24.44% from 446); Blue value is 130 (51.17% from 255 or 29.15% from 446); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6D82 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF6D82 is #30927D. Grayscale: #8C8C8C. Windows color (decimal): -3183230 or 8547791. OLE color: 8547791.

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

Color convert

RGB 207 109 130 -
CMYK 0 0.47 0.37 0.19
HSL 347.14º 0.51% 0.62% -
HSV(B) 347.14º 0.47% 0.81% -
XYZ 35.23 25.81 24.24 -
YUV 140.7 121.97 175.29 -
System Red Green Blue C M Y K H S L
Decimal 207 109 130 0 0.47 0.37 0.19 347.14 0.51 0.62
Hex CF 6D 82 0 2F 25 13 15B 33 3E
Octal 317 155 202 0 57 45 23 533 63 76
Binary 11001111 1101101 10000010 0 101111 100101 10011 101011011 110011 111110

Color Harmonies of #CF6D82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF6D82

Black with #CF6D82

Text Example


Text Example

White with #CF6D82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF6D82; }

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

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

background-color css

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

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

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

border-color css

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

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

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