Html Css Color HEX #CF7E8C Charm

📋 copy color: '#CF7E8C'

red 207 ◦ green 126 ◦ blue 140

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

Shades of Charm #CF7E8C

Tints of Charm #CF7E8C

RGB

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

 GREEN value IS 126 (49.61% from 255) = 26.64%

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

R = 43.76%
G = 26.64%
B = 29.6%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.32

 K value IS 0.19

RGB Variations

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

Color information

#CF7E8C (or 0xCF7E8C) is known color: Charm. HEX triplet: CF, 7E and 8C. RGB value is (207,126,140). Sum of RGB (Red+Green+Blue) = 207+126+140=473 (62% of max value = 765). Red value is 207 (81.25% from 255 or 43.76% from 473); Green value is 126 (49.61% from 255 or 26.64% from 473); Blue value is 140 (55.08% from 255 or 29.60% from 473); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7E8C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF7E8C is #308173. Grayscale: #979797. Windows color (decimal): -3178868 or 9207503. OLE color: 9207503.

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

Color convert

RGB 207 126 140 -
CMYK 0 0.39 0.32 0.19
HSL 349.63º 0.46% 0.65% -
HSV(B) 349.63º 0.39% 0.81% -
XYZ 37.93 30.08 28.62 -
YUV 151.82 121.34 167.36 -
System Red Green Blue C M Y K H S L
Decimal 207 126 140 0 0.39 0.32 0.19 349.63 0.46 0.65
Hex CF 7E 8C 0 27 20 13 15E 2E 41
Octal 317 176 214 0 47 40 23 536 56 101
Binary 11001111 1111110 10001100 0 100111 100000 10011 101011110 101110 1000001

Color Harmonies of #CF7E8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF7E8C

Black with #CF7E8C

Text Example


Text Example

White with #CF7E8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF7E8C; }

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

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

background-color css

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

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

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

border-color css

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

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

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