Html Css Color HEX #CF7D8D Charm

📋 copy color: '#CF7D8D'

red 207 ◦ green 125 ◦ blue 141

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

Shades of Charm #CF7D8D

Tints of Charm #CF7D8D

RGB

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

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

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

R = 43.76%
G = 26.43%
B = 29.81%

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

#CF7D8D (or 0xCF7D8D) is known color: Charm. HEX triplet: CF, 7D and 8D. RGB value is (207,125,141). Sum of RGB (Red+Green+Blue) = 207+125+141=473 (62% of max value = 765). Red value is 207 (81.25% from 255 or 43.76% from 473); Green value is 125 (49.22% from 255 or 26.43% from 473); Blue value is 141 (55.47% from 255 or 29.81% from 473); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7D8D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF7D8D is #308272. Grayscale: #979797. Windows color (decimal): -3179123 or 9272783. OLE color: 9272783.

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

Color convert

RGB 207 125 141 -
CMYK 0 0.40 0.32 0.19
HSL 348.29º 0.46% 0.65% -
HSV(B) 348.29º 0.4% 0.81% -
XYZ 37.87 29.86 28.97 -
YUV 151.34 122.17 167.7 -
System Red Green Blue C M Y K H S L
Decimal 207 125 141 0 0.40 0.32 0.19 348.29 0.46 0.65
Hex CF 7D 8D 0 28 20 13 15C 2E 41
Octal 317 175 215 0 50 40 23 534 56 101
Binary 11001111 1111101 10001101 0 101000 100000 10011 101011100 101110 1000001

Color Harmonies of #CF7D8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF7D8D

Black with #CF7D8D

Text Example


Text Example

White with #CF7D8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF7D8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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