Html Css Color HEX #CF7D8C Charm

📋 copy color: '#CF7D8C'

red 207 ◦ green 125 ◦ blue 140

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

Shades of Charm #CF7D8C

Tints of Charm #CF7D8C

RGB

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

 GREEN value IS 125 (49.22% from 255) = 26.48%

 BLUE value IS 140 (55.08% from 255) = 29.66%

R = 43.86%
G = 26.48%
B = 29.66%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.32

 K value IS 0.19

RGB Variations

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

Color information

#CF7D8C (or 0xCF7D8C) is known color: Charm. HEX triplet: CF, 7D and 8C. RGB value is (207,125,140). Sum of RGB (Red+Green+Blue) = 207+125+140=472 (62% of max value = 765). Red value is 207 (81.25% from 255 or 43.86% from 472); Green value is 125 (49.22% from 255 or 26.48% from 472); Blue value is 140 (55.08% from 255 or 29.66% from 472); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7D8C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF7D8C is #308273. Grayscale: #979797. Windows color (decimal): -3179124 or 9207247. OLE color: 9207247.

HSL color Cylindrical-coordinate representation of color #CF7D8C: hue angle of 349.02º degrees, saturation: 0.46, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CF7D8C is Cyan = 0, Magento = 0.40, Yellow = 0.32 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 125 140 -
CMYK 0 0.40 0.32 0.19
HSL 349.02º 0.46% 0.65% -
HSV(B) 349.02º 0.4% 0.81% -
XYZ 37.8 29.83 28.58 -
YUV 151.23 121.67 167.78 -
System Red Green Blue C M Y K H S L
Decimal 207 125 140 0 0.40 0.32 0.19 349.02 0.46 0.65
Hex CF 7D 8C 0 28 20 13 15D 2E 41
Octal 317 175 214 0 50 40 23 535 56 101
Binary 11001111 1111101 10001100 0 101000 100000 10011 101011101 101110 1000001

Color Harmonies of #CF7D8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF7D8C

Black with #CF7D8C

Text Example


Text Example

White with #CF7D8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF7D8C; }

 p { color: rgb(207,125,140); }

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

background-color css

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

 a { background-color: rgb(207,125,140); }

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

border-color css

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

 span { border-color: rgb(207,125,140); }

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