Html Css Color HEX #CF6E7A Charm

📋 copy color: '#CF6E7A'

red 207 ◦ green 110 ◦ blue 122

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

Shades of Charm #CF6E7A

Tints of Charm #CF6E7A

RGB

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

 GREEN value IS 110 (43.36% from 255) = 25.06%

 BLUE value IS 122 (48.05% from 255) = 27.79%

R = 47.15%
G = 25.06%
B = 27.79%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.41

 K value IS 0.19

RGB Variations

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

Color information

#CF6E7A (or 0xCF6E7A) is known color: Charm. HEX triplet: CF, 6E and 7A. RGB value is (207,110,122). Sum of RGB (Red+Green+Blue) = 207+110+122=439 (58% of max value = 765). Red value is 207 (81.25% from 255 or 47.15% from 439); Green value is 110 (43.36% from 255 or 25.06% from 439); Blue value is 122 (48.05% from 255 or 27.79% from 439); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6E7A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF6E7A is #309185. Grayscale: #8C8C8C. Windows color (decimal): -3182982 or 8023759. OLE color: 8023759.

HSL color Cylindrical-coordinate representation of color #CF6E7A: hue angle of 352.58º degrees, saturation: 0.5, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CF6E7A is Cyan = 0, Magento = 0.47, Yellow = 0.41 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 110 122 -
CMYK 0 0.47 0.41 0.19
HSL 352.58º 0.5% 0.62% -
HSV(B) 352.58º 0.47% 0.81% -
XYZ 34.82 25.82 21.56 -
YUV 140.37 117.64 175.52 -
System Red Green Blue C M Y K H S L
Decimal 207 110 122 0 0.47 0.41 0.19 352.58 0.5 0.62
Hex CF 6E 7A 0 2F 29 13 161 32 3E
Octal 317 156 172 0 57 51 23 541 62 76
Binary 11001111 1101110 1111010 0 101111 101001 10011 101100001 110010 111110

Color Harmonies of #CF6E7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF6E7A

Black with #CF6E7A

Text Example


Text Example

White with #CF6E7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF6E7A; }

 p { color: rgb(207,110,122); }

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

background-color css

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

 a { background-color: rgb(207,110,122); }

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

border-color css

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

 span { border-color: rgb(207,110,122); }

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