Html Css Color HEX #CF7993 Charm

📋 copy color: '#CF7993'

red 207 ◦ green 121 ◦ blue 147

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

Shades of Charm #CF7993

Tints of Charm #CF7993

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 30.95%

R = 43.58%
G = 25.47%
B = 30.95%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.29

 K value IS 0.19

RGB Variations

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

Color information

#CF7993 (or 0xCF7993) is known color: Charm. HEX triplet: CF, 79 and 93. RGB value is (207,121,147). Sum of RGB (Red+Green+Blue) = 207+121+147=475 (62% of max value = 765). Red value is 207 (81.25% from 255 or 43.58% from 475); Green value is 121 (47.66% from 255 or 25.47% from 475); Blue value is 147 (57.81% from 255 or 30.95% from 475); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7993 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF7993 is #30866C. Grayscale: #959595. Windows color (decimal): -3180141 or 9664975. OLE color: 9664975.

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

Color convert

RGB 207 121 147 -
CMYK 0 0.42 0.29 0.19
HSL 341.86º 0.47% 0.64% -
HSV(B) 341.86º 0.42% 0.81% -
XYZ 37.84 29.05 31.22 -
YUV 149.68 126.49 168.89 -
System Red Green Blue C M Y K H S L
Decimal 207 121 147 0 0.42 0.29 0.19 341.86 0.47 0.64
Hex CF 79 93 0 2A 1D 13 156 2F 40
Octal 317 171 223 0 52 35 23 526 57 100
Binary 11001111 1111001 10010011 0 101010 11101 10011 101010110 101111 1000000

Color Harmonies of #CF7993

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF7993

Black with #CF7993

Text Example


Text Example

White with #CF7993

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF7993; }

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

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

background-color css

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

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

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

border-color css

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

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

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