Html Css Color HEX #CF7380 Charm

📋 copy color: '#CF7380'

red 207 ◦ green 115 ◦ blue 128

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

Shades of Charm #CF7380

Tints of Charm #CF7380

RGB

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

 GREEN value IS 115 (45.31% from 255) = 25.56%

 BLUE value IS 128 (50.39% from 255) = 28.44%

R = 46%
G = 25.56%
B = 28.44%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.38

 K value IS 0.19

RGB Variations

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

Color information

#CF7380 (or 0xCF7380) is known color: Charm. HEX triplet: CF, 73 and 80. RGB value is (207,115,128). Sum of RGB (Red+Green+Blue) = 207+115+128=450 (59% of max value = 765). Red value is 207 (81.25% from 255 or 46% from 450); Green value is 115 (45.31% from 255 or 25.56% from 450); Blue value is 128 (50.39% from 255 or 28.44% from 450); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7380 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF7380 is #308C7F. Grayscale: #909090. Windows color (decimal): -3181696 or 8418255. OLE color: 8418255.

HSL color Cylindrical-coordinate representation of color #CF7380: hue angle of 351.52º degrees, saturation: 0.49, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CF7380 is Cyan = 0, Magento = 0.44, Yellow = 0.38 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 115 128 -
CMYK 0 0.44 0.38 0.19
HSL 351.52º 0.49% 0.63% -
HSV(B) 351.52º 0.44% 0.81% -
XYZ 35.76 27.09 23.77 -
YUV 143.99 118.98 172.94 -
System Red Green Blue C M Y K H S L
Decimal 207 115 128 0 0.44 0.38 0.19 351.52 0.49 0.63
Hex CF 73 80 0 2C 26 13 160 31 3F
Octal 317 163 200 0 54 46 23 540 61 77
Binary 11001111 1110011 10000000 0 101100 100110 10011 101100000 110001 111111

Color Harmonies of #CF7380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF7380

Black with #CF7380

Text Example


Text Example

White with #CF7380

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF7380; }

 p { color: rgb(207,115,128); }

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

background-color css

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

 a { background-color: rgb(207,115,128); }

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

border-color css

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

 span { border-color: rgb(207,115,128); }

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