Html Css Color HEX #CF496A Cabaret

📋 copy color: '#CF496A'

red 207 ◦ green 73 ◦ blue 106

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

Shades of Cabaret #CF496A

Tints of Cabaret #CF496A

RGB

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

 GREEN value IS 73 (28.91% from 255) = 18.91%

 BLUE value IS 106 (41.8% from 255) = 27.46%

R = 53.63%
G = 18.91%
B = 27.46%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.49

 K value IS 0.19

RGB Variations

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

Color information

#CF496A (or 0xCF496A) is known color: Cabaret. HEX triplet: CF, 49 and 6A. RGB value is (207,73,106). Sum of RGB (Red+Green+Blue) = 207+73+106=386 (51% of max value = 765). Red value is 207 (81.25% from 255 or 53.63% from 386); Green value is 73 (28.91% from 255 or 18.91% from 386); Blue value is 106 (41.80% from 255 or 27.46% from 386); Max value from RGB is 207 - color contains mainly: red. Hex color #CF496A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF496A is #30B695. Grayscale: #747474. Windows color (decimal): -3192470 or 6965711. OLE color: 6965711.

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

Color convert

RGB 207 73 106 -
CMYK 0 0.65 0.49 0.19
HSL 345.22º 0.58% 0.55% -
HSV(B) 345.22º 0.65% 0.81% -
XYZ 30.72 19.07 15.7 -
YUV 116.83 121.89 192.32 -
System Red Green Blue C M Y K H S L
Decimal 207 73 106 0 0.65 0.49 0.19 345.22 0.58 0.55
Hex CF 49 6A 0 41 31 13 159 3A 37
Octal 317 111 152 0 101 61 23 531 72 67
Binary 11001111 1001001 1101010 0 1000001 110001 10011 101011001 111010 110111

Color Harmonies of #CF496A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF496A

Black with #CF496A

Text Example


Text Example

White with #CF496A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF496A; }

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

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

background-color css

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

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

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

border-color css

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

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

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