Html Css Color HEX #CF496F Cabaret

📋 copy color: '#CF496F'

red 207 ◦ green 73 ◦ blue 111

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

Shades of Cabaret #CF496F

Tints of Cabaret #CF496F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 28.39%

R = 52.94%
G = 18.67%
B = 28.39%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.46

 K value IS 0.19

RGB Variations

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

Color information

#CF496F (or 0xCF496F) is known color: Cabaret. HEX triplet: CF, 49 and 6F. RGB value is (207,73,111). Sum of RGB (Red+Green+Blue) = 207+73+111=391 (51% of max value = 765). Red value is 207 (81.25% from 255 or 52.94% from 391); Green value is 73 (28.91% from 255 or 18.67% from 391); Blue value is 111 (43.75% from 255 or 28.39% from 391); Max value from RGB is 207 - color contains mainly: red. Hex color #CF496F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF496F is #30B690. Grayscale: #757575. Windows color (decimal): -3192465 or 7293391. OLE color: 7293391.

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

Color convert

RGB 207 73 111 -
CMYK 0 0.65 0.46 0.19
HSL 342.99º 0.58% 0.55% -
HSV(B) 342.99º 0.65% 0.81% -
XYZ 30.98 19.18 17.11 -
YUV 117.4 124.39 191.91 -
System Red Green Blue C M Y K H S L
Decimal 207 73 111 0 0.65 0.46 0.19 342.99 0.58 0.55
Hex CF 49 6F 0 41 2E 13 157 3A 37
Octal 317 111 157 0 101 56 23 527 72 67
Binary 11001111 1001001 1101111 0 1000001 101110 10011 101010111 111010 110111

Color Harmonies of #CF496F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF496F

Black with #CF496F

Text Example


Text Example

White with #CF496F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF496F; }

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

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

background-color css

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

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

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

border-color css

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

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

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