Html Css Color HEX #CF6F7A Charm

📋 copy color: '#CF6F7A'

red 207 ◦ green 111 ◦ blue 122

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

Shades of Charm #CF6F7A

Tints of Charm #CF6F7A

RGB

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

 GREEN value IS 111 (43.75% from 255) = 25.23%

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

R = 47.05%
G = 25.23%
B = 27.73%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.41

 K value IS 0.19

RGB Variations

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

Color information

#CF6F7A (or 0xCF6F7A) is known color: Charm. HEX triplet: CF, 6F and 7A. RGB value is (207,111,122). Sum of RGB (Red+Green+Blue) = 207+111+122=440 (58% of max value = 765). Red value is 207 (81.25% from 255 or 47.05% from 440); Green value is 111 (43.75% from 255 or 25.23% from 440); Blue value is 122 (48.05% from 255 or 27.73% from 440); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6F7A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF6F7A is #309085. Grayscale: #8D8D8D. Windows color (decimal): -3182726 or 8024015. OLE color: 8024015.

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

Color convert

RGB 207 111 122 -
CMYK 0 0.46 0.41 0.19
HSL 353.13º 0.5% 0.62% -
HSV(B) 353.13º 0.46% 0.81% -
XYZ 34.93 26.04 21.6 -
YUV 140.96 117.3 175.11 -
System Red Green Blue C M Y K H S L
Decimal 207 111 122 0 0.46 0.41 0.19 353.13 0.5 0.62
Hex CF 6F 7A 0 2E 29 13 161 32 3E
Octal 317 157 172 0 56 51 23 541 62 76
Binary 11001111 1101111 1111010 0 101110 101001 10011 101100001 110010 111110

Color Harmonies of #CF6F7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF6F7A

Black with #CF6F7A

Text Example


Text Example

White with #CF6F7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF6F7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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