Html Css Color HEX #CF748F Charm

📋 copy color: '#CF748F'

red 207 ◦ green 116 ◦ blue 143

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

Shades of Charm #CF748F

Tints of Charm #CF748F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 30.69%

R = 44.42%
G = 24.89%
B = 30.69%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.31

 K value IS 0.19

RGB Variations

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

Color information

#CF748F (or 0xCF748F) is known color: Charm. HEX triplet: CF, 74 and 8F. RGB value is (207,116,143). Sum of RGB (Red+Green+Blue) = 207+116+143=466 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.42% from 466); Green value is 116 (45.70% from 255 or 24.89% from 466); Blue value is 143 (56.25% from 255 or 30.69% from 466); Max value from RGB is 207 - color contains mainly: red. Hex color #CF748F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF748F is #308B70. Grayscale: #929292. Windows color (decimal): -3181425 or 9401551. OLE color: 9401551.

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

Color convert

RGB 207 116 143 -
CMYK 0 0.44 0.31 0.19
HSL 342.2º 0.49% 0.63% -
HSV(B) 342.2º 0.44% 0.81% -
XYZ 36.94 27.74 29.39 -
YUV 146.29 126.15 171.3 -
System Red Green Blue C M Y K H S L
Decimal 207 116 143 0 0.44 0.31 0.19 342.2 0.49 0.63
Hex CF 74 8F 0 2C 1F 13 156 31 3F
Octal 317 164 217 0 54 37 23 526 61 77
Binary 11001111 1110100 10001111 0 101100 11111 10011 101010110 110001 111111

Color Harmonies of #CF748F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF748F

Black with #CF748F

Text Example


Text Example

White with #CF748F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF748F; }

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

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

background-color css

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

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

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

border-color css

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

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

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