Html Css Color HEX #CF6F83 Charm

📋 copy color: '#CF6F83'

red 207 ◦ green 111 ◦ blue 131

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

Shades of Charm #CF6F83

Tints of Charm #CF6F83

RGB

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

 GREEN value IS 111 (43.75% from 255) = 24.72%

 BLUE value IS 131 (51.56% from 255) = 29.18%

R = 46.1%
G = 24.72%
B = 29.18%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.37

 K value IS 0.19

RGB Variations

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

Color information

#CF6F83 (or 0xCF6F83) is known color: Charm. HEX triplet: CF, 6F and 83. RGB value is (207,111,131). Sum of RGB (Red+Green+Blue) = 207+111+131=449 (59% of max value = 765). Red value is 207 (81.25% from 255 or 46.10% from 449); Green value is 111 (43.75% from 255 or 24.72% from 449); Blue value is 131 (51.56% from 255 or 29.18% from 449); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6F83 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF6F83 is #30907C. Grayscale: #8E8E8E. Windows color (decimal): -3182717 or 8613839. OLE color: 8613839.

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

Color convert

RGB 207 111 131 -
CMYK 0 0.46 0.37 0.19
HSL 347.5º 0.5% 0.62% -
HSV(B) 347.5º 0.46% 0.81% -
XYZ 35.51 26.27 24.67 -
YUV 141.98 121.8 174.37 -
System Red Green Blue C M Y K H S L
Decimal 207 111 131 0 0.46 0.37 0.19 347.5 0.5 0.62
Hex CF 6F 83 0 2E 25 13 15C 32 3E
Octal 317 157 203 0 56 45 23 534 62 76
Binary 11001111 1101111 10000011 0 101110 100101 10011 101011100 110010 111110

Color Harmonies of #CF6F83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF6F83

Black with #CF6F83

Text Example


Text Example

White with #CF6F83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF6F83; }

 p { color: rgb(207,111,131); }

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

background-color css

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

 a { background-color: rgb(207,111,131); }

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

border-color css

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

 span { border-color: rgb(207,111,131); }

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