Html Css Color HEX #CF748D Charm

📋 copy color: '#CF748D'

red 207 ◦ green 116 ◦ blue 141

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

Shades of Charm #CF748D

Tints of Charm #CF748D

RGB

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

 GREEN value IS 116 (45.7% from 255) = 25%

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

R = 44.61%
G = 25%
B = 30.39%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.32

 K value IS 0.19

RGB Variations

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

Color information

#CF748D (or 0xCF748D) is known color: Charm. HEX triplet: CF, 74 and 8D. RGB value is (207,116,141). Sum of RGB (Red+Green+Blue) = 207+116+141=464 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.61% from 464); Green value is 116 (45.70% from 255 or 25% from 464); Blue value is 141 (55.47% from 255 or 30.39% from 464); Max value from RGB is 207 - color contains mainly: red. Hex color #CF748D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF748D is #308B72. Grayscale: #929292. Windows color (decimal): -3181427 or 9270479. OLE color: 9270479.

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

Color convert

RGB 207 116 141 -
CMYK 0 0.44 0.32 0.19
HSL 343.52º 0.49% 0.63% -
HSV(B) 343.52º 0.44% 0.81% -
XYZ 36.79 27.68 28.6 -
YUV 146.06 125.15 171.47 -
System Red Green Blue C M Y K H S L
Decimal 207 116 141 0 0.44 0.32 0.19 343.52 0.49 0.63
Hex CF 74 8D 0 2C 20 13 158 31 3F
Octal 317 164 215 0 54 40 23 530 61 77
Binary 11001111 1110100 10001101 0 101100 100000 10011 101011000 110001 111111

Color Harmonies of #CF748D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF748D

Black with #CF748D

Text Example


Text Example

White with #CF748D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF748D; }

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

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

background-color css

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

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

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

border-color css

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

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

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