Html Css Color HEX #CF738D Charm

📋 copy color: '#CF738D'

red 207 ◦ green 115 ◦ blue 141

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

Shades of Charm #CF738D

Tints of Charm #CF738D

RGB

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

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

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

R = 44.71%
G = 24.84%
B = 30.45%

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

#CF738D (or 0xCF738D) is known color: Charm. HEX triplet: CF, 73 and 8D. RGB value is (207,115,141). Sum of RGB (Red+Green+Blue) = 207+115+141=463 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.71% from 463); Green value is 115 (45.31% from 255 or 24.84% from 463); Blue value is 141 (55.47% from 255 or 30.45% from 463); Max value from RGB is 207 - color contains mainly: red. Hex color #CF738D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF738D is #308C72. Grayscale: #919191. Windows color (decimal): -3181683 or 9270223. OLE color: 9270223.

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

Color convert

RGB 207 115 141 -
CMYK 0 0.44 0.32 0.19
HSL 343.04º 0.49% 0.63% -
HSV(B) 343.04º 0.44% 0.81% -
XYZ 36.67 27.45 28.56 -
YUV 145.47 125.48 171.89 -
System Red Green Blue C M Y K H S L
Decimal 207 115 141 0 0.44 0.32 0.19 343.04 0.49 0.63
Hex CF 73 8D 0 2C 20 13 157 31 3F
Octal 317 163 215 0 54 40 23 527 61 77
Binary 11001111 1110011 10001101 0 101100 100000 10011 101010111 110001 111111

Color Harmonies of #CF738D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF738D

Black with #CF738D

Text Example


Text Example

White with #CF738D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF738D; }

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

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

background-color css

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

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

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

border-color css

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

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

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