Html Css Color HEX #CF6F89 Charm

📋 copy color: '#CF6F89'

red 207 ◦ green 111 ◦ blue 137

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

Shades of Charm #CF6F89

Tints of Charm #CF6F89

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 30.11%

R = 45.49%
G = 24.4%
B = 30.11%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.34

 K value IS 0.19

RGB Variations

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

Color information

#CF6F89 (or 0xCF6F89) is known color: Charm. HEX triplet: CF, 6F and 89. RGB value is (207,111,137). Sum of RGB (Red+Green+Blue) = 207+111+137=455 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45.49% from 455); Green value is 111 (43.75% from 255 or 24.40% from 455); Blue value is 137 (53.91% from 255 or 30.11% from 455); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6F89 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF6F89 is #309076. Grayscale: #8E8E8E. Windows color (decimal): -3182711 or 9007055. OLE color: 9007055.

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

Color convert

RGB 207 111 137 -
CMYK 0 0.46 0.34 0.19
HSL 343.75º 0.5% 0.62% -
HSV(B) 343.75º 0.46% 0.81% -
XYZ 35.93 26.44 26.88 -
YUV 142.67 124.8 173.89 -
System Red Green Blue C M Y K H S L
Decimal 207 111 137 0 0.46 0.34 0.19 343.75 0.5 0.62
Hex CF 6F 89 0 2E 22 13 158 32 3E
Octal 317 157 211 0 56 42 23 530 62 76
Binary 11001111 1101111 10001001 0 101110 100010 10011 101011000 110010 111110

Color Harmonies of #CF6F89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF6F89

Black with #CF6F89

Text Example


Text Example

White with #CF6F89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF6F89; }

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

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

background-color css

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

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

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

border-color css

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

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

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