Html Css Color HEX #CF738E Charm

📋 copy color: '#CF738E'

red 207 ◦ green 115 ◦ blue 142

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

Shades of Charm #CF738E

Tints of Charm #CF738E

RGB

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

 GREEN value IS 115 (45.31% from 255) = 24.78%

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

R = 44.61%
G = 24.78%
B = 30.6%

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

#CF738E (or 0xCF738E) is known color: Charm. HEX triplet: CF, 73 and 8E. RGB value is (207,115,142). Sum of RGB (Red+Green+Blue) = 207+115+142=464 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.61% from 464); Green value is 115 (45.31% from 255 or 24.78% from 464); Blue value is 142 (55.86% from 255 or 30.60% from 464); Max value from RGB is 207 - color contains mainly: red. Hex color #CF738E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF738E is #308C71. Grayscale: #919191. Windows color (decimal): -3181682 or 9335759. OLE color: 9335759.

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

Color convert

RGB 207 115 142 -
CMYK 0 0.44 0.31 0.19
HSL 342.39º 0.49% 0.63% -
HSV(B) 342.39º 0.44% 0.81% -
XYZ 36.75 27.48 28.96 -
YUV 145.59 125.98 171.8 -
System Red Green Blue C M Y K H S L
Decimal 207 115 142 0 0.44 0.31 0.19 342.39 0.49 0.63
Hex CF 73 8E 0 2C 1F 13 156 31 3F
Octal 317 163 216 0 54 37 23 526 61 77
Binary 11001111 1110011 10001110 0 101100 11111 10011 101010110 110001 111111

Color Harmonies of #CF738E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF738E

Black with #CF738E

Text Example


Text Example

White with #CF738E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF738E; }

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

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

background-color css

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

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

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

border-color css

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

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

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