Html Css Color HEX #CF747F Charm

📋 copy color: '#CF747F'

red 207 ◦ green 116 ◦ blue 127

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

Shades of Charm #CF747F

Tints of Charm #CF747F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 28.22%

R = 46%
G = 25.78%
B = 28.22%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.39

 K value IS 0.19

RGB Variations

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

Color information

#CF747F (or 0xCF747F) is known color: Charm. HEX triplet: CF, 74 and 7F. RGB value is (207,116,127). Sum of RGB (Red+Green+Blue) = 207+116+127=450 (59% of max value = 765). Red value is 207 (81.25% from 255 or 46% from 450); Green value is 116 (45.70% from 255 or 25.78% from 450); Blue value is 127 (50% from 255 or 28.22% from 450); Max value from RGB is 207 - color contains mainly: red. Hex color #CF747F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF747F is #308B80. Grayscale: #909090. Windows color (decimal): -3181441 or 8352975. OLE color: 8352975.

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

Color convert

RGB 207 116 127 -
CMYK 0 0.44 0.39 0.19
HSL 352.75º 0.49% 0.63% -
HSV(B) 352.75º 0.44% 0.81% -
XYZ 35.81 27.29 23.46 -
YUV 144.46 118.15 172.61 -
System Red Green Blue C M Y K H S L
Decimal 207 116 127 0 0.44 0.39 0.19 352.75 0.49 0.63
Hex CF 74 7F 0 2C 27 13 161 31 3F
Octal 317 164 177 0 54 47 23 541 61 77
Binary 11001111 1110100 1111111 0 101100 100111 10011 101100001 110001 111111

Color Harmonies of #CF747F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF747F

Black with #CF747F

Text Example


Text Example

White with #CF747F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF747F; }

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

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

background-color css

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

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

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

border-color css

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

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

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