Html Css Color HEX #CF7793 Charm

📋 copy color: '#CF7793'

red 207 ◦ green 119 ◦ blue 147

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

Shades of Charm #CF7793

Tints of Charm #CF7793

RGB

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

 GREEN value IS 119 (46.88% from 255) = 25.16%

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

R = 43.76%
G = 25.16%
B = 31.08%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.29

 K value IS 0.19

RGB Variations

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

Color information

#CF7793 (or 0xCF7793) is known color: Charm. HEX triplet: CF, 77 and 93. RGB value is (207,119,147). Sum of RGB (Red+Green+Blue) = 207+119+147=473 (62% of max value = 765). Red value is 207 (81.25% from 255 or 43.76% from 473); Green value is 119 (46.88% from 255 or 25.16% from 473); Blue value is 147 (57.81% from 255 or 31.08% from 473); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7793 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF7793 is #30886C. Grayscale: #949494. Windows color (decimal): -3180653 or 9664463. OLE color: 9664463.

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

Color convert

RGB 207 119 147 -
CMYK 0 0.43 0.29 0.19
HSL 340.91º 0.48% 0.64% -
HSV(B) 340.91º 0.43% 0.81% -
XYZ 37.6 28.57 31.14 -
YUV 148.5 127.15 169.72 -
System Red Green Blue C M Y K H S L
Decimal 207 119 147 0 0.43 0.29 0.19 340.91 0.48 0.64
Hex CF 77 93 0 2B 1D 13 155 30 40
Octal 317 167 223 0 53 35 23 525 60 100
Binary 11001111 1110111 10010011 0 101011 11101 10011 101010101 110000 1000000

Color Harmonies of #CF7793

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF7793

Black with #CF7793

Text Example


Text Example

White with #CF7793

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF7793; }

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

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

background-color css

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

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

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

border-color css

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

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

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