Html Css Color HEX #CF496B Cabaret

📋 copy color: '#CF496B'

red 207 ◦ green 73 ◦ blue 107

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

Shades of Cabaret #CF496B

Tints of Cabaret #CF496B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 27.65%

R = 53.49%
G = 18.86%
B = 27.65%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.48

 K value IS 0.19

RGB Variations

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

Color information

#CF496B (or 0xCF496B) is known color: Cabaret. HEX triplet: CF, 49 and 6B. RGB value is (207,73,107). Sum of RGB (Red+Green+Blue) = 207+73+107=387 (51% of max value = 765). Red value is 207 (81.25% from 255 or 53.49% from 387); Green value is 73 (28.91% from 255 or 18.86% from 387); Blue value is 107 (42.19% from 255 or 27.65% from 387); Max value from RGB is 207 - color contains mainly: red. Hex color #CF496B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF496B is #30B694. Grayscale: #747474. Windows color (decimal): -3192469 or 7031247. OLE color: 7031247.

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

Color convert

RGB 207 73 107 -
CMYK 0 0.65 0.48 0.19
HSL 344.78º 0.58% 0.55% -
HSV(B) 344.78º 0.65% 0.81% -
XYZ 30.77 19.09 15.97 -
YUV 116.94 122.39 192.24 -
System Red Green Blue C M Y K H S L
Decimal 207 73 107 0 0.65 0.48 0.19 344.78 0.58 0.55
Hex CF 49 6B 0 41 30 13 159 3A 37
Octal 317 111 153 0 101 60 23 531 72 67
Binary 11001111 1001001 1101011 0 1000001 110000 10011 101011001 111010 110111

Color Harmonies of #CF496B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF496B

Black with #CF496B

Text Example


Text Example

White with #CF496B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF496B; }

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

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

background-color css

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

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

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

border-color css

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

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

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