Html Css Color HEX #CF748E Charm

📋 copy color: '#CF748E'

red 207 ◦ green 116 ◦ blue 142

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

Shades of Charm #CF748E

Tints of Charm #CF748E

RGB

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

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

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

R = 44.52%
G = 24.95%
B = 30.54%

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

#CF748E (or 0xCF748E) is known color: Charm. HEX triplet: CF, 74 and 8E. RGB value is (207,116,142). Sum of RGB (Red+Green+Blue) = 207+116+142=465 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.52% from 465); Green value is 116 (45.70% from 255 or 24.95% from 465); Blue value is 142 (55.86% from 255 or 30.54% from 465); Max value from RGB is 207 - color contains mainly: red. Hex color #CF748E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF748E is #308B71. Grayscale: #929292. Windows color (decimal): -3181426 or 9336015. OLE color: 9336015.

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

Color convert

RGB 207 116 142 -
CMYK 0 0.44 0.31 0.19
HSL 342.86º 0.49% 0.63% -
HSV(B) 342.86º 0.44% 0.81% -
XYZ 36.86 27.71 29 -
YUV 146.17 125.65 171.39 -
System Red Green Blue C M Y K H S L
Decimal 207 116 142 0 0.44 0.31 0.19 342.86 0.49 0.63
Hex CF 74 8E 0 2C 1F 13 157 31 3F
Octal 317 164 216 0 54 37 23 527 61 77
Binary 11001111 1110100 10001110 0 101100 11111 10011 101010111 110001 111111

Color Harmonies of #CF748E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF748E

Black with #CF748E

Text Example


Text Example

White with #CF748E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF748E; }

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

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

background-color css

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

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

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

border-color css

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

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

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