Html Css Color HEX #CF7E8E Charm

📋 copy color: '#CF7E8E'

red 207 ◦ green 126 ◦ blue 142

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

Shades of Charm #CF7E8E

Tints of Charm #CF7E8E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 29.89%

R = 43.58%
G = 26.53%
B = 29.89%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.31

 K value IS 0.19

RGB Variations

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

Color information

#CF7E8E (or 0xCF7E8E) is known color: Charm. HEX triplet: CF, 7E and 8E. RGB value is (207,126,142). Sum of RGB (Red+Green+Blue) = 207+126+142=475 (62% of max value = 765). Red value is 207 (81.25% from 255 or 43.58% from 475); Green value is 126 (49.61% from 255 or 26.53% from 475); Blue value is 142 (55.86% from 255 or 29.89% from 475); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7E8E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF7E8E is #308171. Grayscale: #989898. Windows color (decimal): -3178866 or 9338575. OLE color: 9338575.

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

Color convert

RGB 207 126 142 -
CMYK 0 0.39 0.31 0.19
HSL 348.15º 0.46% 0.65% -
HSV(B) 348.15º 0.39% 0.81% -
XYZ 38.08 30.14 29.4 -
YUV 152.04 122.34 167.2 -
System Red Green Blue C M Y K H S L
Decimal 207 126 142 0 0.39 0.31 0.19 348.15 0.46 0.65
Hex CF 7E 8E 0 27 1F 13 15C 2E 41
Octal 317 176 216 0 47 37 23 534 56 101
Binary 11001111 1111110 10001110 0 100111 11111 10011 101011100 101110 1000001

Color Harmonies of #CF7E8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF7E8E

Black with #CF7E8E

Text Example


Text Example

White with #CF7E8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF7E8E; }

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

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

background-color css

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

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

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

border-color css

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

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

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