Html Css Color HEX #CF6A7F Charm

📋 copy color: '#CF6A7F'

red 207 ◦ green 106 ◦ blue 127

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

Shades of Charm #CF6A7F

Tints of Charm #CF6A7F

RGB

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

 GREEN value IS 106 (41.8% from 255) = 24.09%

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

R = 47.05%
G = 24.09%
B = 28.86%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.39

 K value IS 0.19

RGB Variations

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

Color information

#CF6A7F (or 0xCF6A7F) is known color: Charm. HEX triplet: CF, 6A and 7F. RGB value is (207,106,127). Sum of RGB (Red+Green+Blue) = 207+106+127=440 (58% of max value = 765). Red value is 207 (81.25% from 255 or 47.05% from 440); Green value is 106 (41.80% from 255 or 24.09% from 440); Blue value is 127 (50% from 255 or 28.86% from 440); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6A7F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF6A7F is #309580. Grayscale: #8A8A8A. Windows color (decimal): -3184001 or 8350415. OLE color: 8350415.

HSL color Cylindrical-coordinate representation of color #CF6A7F: hue angle of 347.52º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CF6A7F is Cyan = 0, Magento = 0.49, Yellow = 0.39 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 106 127 -
CMYK 0 0.49 0.39 0.19
HSL 347.52º 0.51% 0.61% -
HSV(B) 347.52º 0.49% 0.81% -
XYZ 34.72 25.11 23.09 -
YUV 138.59 121.46 176.79 -
System Red Green Blue C M Y K H S L
Decimal 207 106 127 0 0.49 0.39 0.19 347.52 0.51 0.61
Hex CF 6A 7F 0 31 27 13 15C 33 3D
Octal 317 152 177 0 61 47 23 534 63 75
Binary 11001111 1101010 1111111 0 110001 100111 10011 101011100 110011 111101

Color Harmonies of #CF6A7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF6A7F

Black with #CF6A7F

Text Example


Text Example

White with #CF6A7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF6A7F; }

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

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

background-color css

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

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

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

border-color css

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

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

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