Html Css Color HEX #CF7E8D Charm

📋 copy color: '#CF7E8D'

red 207 ◦ green 126 ◦ blue 141

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

Shades of Charm #CF7E8D

Tints of Charm #CF7E8D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 29.75%

R = 43.67%
G = 26.58%
B = 29.75%

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

#CF7E8D (or 0xCF7E8D) is known color: Charm. HEX triplet: CF, 7E and 8D. RGB value is (207,126,141). Sum of RGB (Red+Green+Blue) = 207+126+141=474 (62% of max value = 765). Red value is 207 (81.25% from 255 or 43.67% from 474); Green value is 126 (49.61% from 255 or 26.58% from 474); Blue value is 141 (55.47% from 255 or 29.75% from 474); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7E8D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF7E8D is #308172. Grayscale: #979797. Windows color (decimal): -3178867 or 9273039. OLE color: 9273039.

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

Color convert

RGB 207 126 141 -
CMYK 0 0.39 0.32 0.19
HSL 348.89º 0.46% 0.65% -
HSV(B) 348.89º 0.39% 0.81% -
XYZ 38 30.11 29.01 -
YUV 151.93 121.84 167.28 -
System Red Green Blue C M Y K H S L
Decimal 207 126 141 0 0.39 0.32 0.19 348.89 0.46 0.65
Hex CF 7E 8D 0 27 20 13 15D 2E 41
Octal 317 176 215 0 47 40 23 535 56 101
Binary 11001111 1111110 10001101 0 100111 100000 10011 101011101 101110 1000001

Color Harmonies of #CF7E8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF7E8D

Black with #CF7E8D

Text Example


Text Example

White with #CF7E8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF7E8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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