Html Css Color HEX #CF747D Charm

📋 copy color: '#CF747D'

red 207 ◦ green 116 ◦ blue 125

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

Shades of Charm #CF747D

Tints of Charm #CF747D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 27.9%

R = 46.21%
G = 25.89%
B = 27.9%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.40

 K value IS 0.19

RGB Variations

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

Color information

#CF747D (or 0xCF747D) is known color: Charm. HEX triplet: CF, 74 and 7D. RGB value is (207,116,125). Sum of RGB (Red+Green+Blue) = 207+116+125=448 (59% of max value = 765). Red value is 207 (81.25% from 255 or 46.21% from 448); Green value is 116 (45.70% from 255 or 25.89% from 448); Blue value is 125 (49.22% from 255 or 27.90% from 448); Max value from RGB is 207 - color contains mainly: red. Hex color #CF747D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF747D is #308B82. Grayscale: #909090. Windows color (decimal): -3181443 or 8221903. OLE color: 8221903.

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

Color convert

RGB 207 116 125 -
CMYK 0 0.44 0.40 0.19
HSL 354.07º 0.49% 0.63% -
HSV(B) 354.07º 0.44% 0.81% -
XYZ 35.68 27.24 22.78 -
YUV 144.24 117.15 172.77 -
System Red Green Blue C M Y K H S L
Decimal 207 116 125 0 0.44 0.40 0.19 354.07 0.49 0.63
Hex CF 74 7D 0 2C 28 13 162 31 3F
Octal 317 164 175 0 54 50 23 542 61 77
Binary 11001111 1110100 1111101 0 101100 101000 10011 101100010 110001 111111

Color Harmonies of #CF747D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF747D

Black with #CF747D

Text Example


Text Example

White with #CF747D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF747D; }

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

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

background-color css

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

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

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

border-color css

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

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

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