Html Css Color HEX #CF7989 Charm

📋 copy color: '#CF7989'

red 207 ◦ green 121 ◦ blue 137

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

Shades of Charm #CF7989

Tints of Charm #CF7989

RGB

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

 GREEN value IS 121 (47.66% from 255) = 26.02%

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

R = 44.52%
G = 26.02%
B = 29.46%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.34

 K value IS 0.19

RGB Variations

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

Color information

#CF7989 (or 0xCF7989) is known color: Charm. HEX triplet: CF, 79 and 89. RGB value is (207,121,137). Sum of RGB (Red+Green+Blue) = 207+121+137=465 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.52% from 465); Green value is 121 (47.66% from 255 or 26.02% from 465); Blue value is 137 (53.91% from 255 or 29.46% from 465); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7989 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF7989 is #308676. Grayscale: #949494. Windows color (decimal): -3180151 or 9009615. OLE color: 9009615.

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

Color convert

RGB 207 121 137 -
CMYK 0 0.42 0.34 0.19
HSL 348.84º 0.47% 0.64% -
HSV(B) 348.84º 0.42% 0.81% -
XYZ 37.08 28.75 27.26 -
YUV 148.54 121.49 169.7 -
System Red Green Blue C M Y K H S L
Decimal 207 121 137 0 0.42 0.34 0.19 348.84 0.47 0.64
Hex CF 79 89 0 2A 22 13 15D 2F 40
Octal 317 171 211 0 52 42 23 535 57 100
Binary 11001111 1111001 10001001 0 101010 100010 10011 101011101 101111 1000000

Color Harmonies of #CF7989

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF7989

Black with #CF7989

Text Example


Text Example

White with #CF7989

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF7989; }

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

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

background-color css

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

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

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

border-color css

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

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

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