Html Css Color HEX #CF596D Cabaret

📋 copy color: '#CF596D'

red 207 ◦ green 89 ◦ blue 109

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

Shades of Cabaret #CF596D

Tints of Cabaret #CF596D

RGB

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

 GREEN value IS 89 (35.16% from 255) = 21.98%

 BLUE value IS 109 (42.97% from 255) = 26.91%

R = 51.11%
G = 21.98%
B = 26.91%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.47

 K value IS 0.19

RGB Variations

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

Color information

#CF596D (or 0xCF596D) is known color: Cabaret. HEX triplet: CF, 59 and 6D. RGB value is (207,89,109). Sum of RGB (Red+Green+Blue) = 207+89+109=405 (53% of max value = 765). Red value is 207 (81.25% from 255 or 51.11% from 405); Green value is 89 (35.16% from 255 or 21.98% from 405); Blue value is 109 (42.97% from 255 or 26.91% from 405); Max value from RGB is 207 - color contains mainly: red. Hex color #CF596D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF596D is #30A692. Grayscale: #7E7E7E. Windows color (decimal): -3188371 or 7166415. OLE color: 7166415.

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

Color convert

RGB 207 89 109 -
CMYK 0 0.57 0.47 0.19
HSL 349.83º 0.55% 0.58% -
HSV(B) 349.83º 0.57% 0.81% -
XYZ 32.06 21.51 16.93 -
YUV 126.56 118.09 185.37 -
System Red Green Blue C M Y K H S L
Decimal 207 89 109 0 0.57 0.47 0.19 349.83 0.55 0.58
Hex CF 59 6D 0 39 2F 13 15E 37 3A
Octal 317 131 155 0 71 57 23 536 67 72
Binary 11001111 1011001 1101101 0 111001 101111 10011 101011110 110111 111010

Color Harmonies of #CF596D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF596D

Black with #CF596D

Text Example


Text Example

White with #CF596D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF596D; }

 p { color: rgb(207,89,109); }

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

background-color css

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

 a { background-color: rgb(207,89,109); }

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

border-color css

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

 span { border-color: rgb(207,89,109); }

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