Html Css Color HEX #CF596F Cabaret

📋 copy color: '#CF596F'

red 207 ◦ green 89 ◦ blue 111

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

Shades of Cabaret #CF596F

Tints of Cabaret #CF596F

RGB

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

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

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

R = 50.86%
G = 21.87%
B = 27.27%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.46

 K value IS 0.19

RGB Variations

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

Color information

#CF596F (or 0xCF596F) is known color: Cabaret. HEX triplet: CF, 59 and 6F. RGB value is (207,89,111). Sum of RGB (Red+Green+Blue) = 207+89+111=407 (53% of max value = 765). Red value is 207 (81.25% from 255 or 50.86% from 407); Green value is 89 (35.16% from 255 or 21.87% from 407); Blue value is 111 (43.75% from 255 or 27.27% from 407); Max value from RGB is 207 - color contains mainly: red. Hex color #CF596F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF596F is #30A690. Grayscale: #7E7E7E. Windows color (decimal): -3188369 or 7297487. OLE color: 7297487.

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

Color convert

RGB 207 89 111 -
CMYK 0 0.57 0.46 0.19
HSL 348.81º 0.55% 0.58% -
HSV(B) 348.81º 0.57% 0.81% -
XYZ 32.17 21.56 17.5 -
YUV 126.79 119.09 185.21 -
System Red Green Blue C M Y K H S L
Decimal 207 89 111 0 0.57 0.46 0.19 348.81 0.55 0.58
Hex CF 59 6F 0 39 2E 13 15D 37 3A
Octal 317 131 157 0 71 56 23 535 67 72
Binary 11001111 1011001 1101111 0 111001 101110 10011 101011101 110111 111010

Color Harmonies of #CF596F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF596F

Black with #CF596F

Text Example


Text Example

White with #CF596F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF596F; }

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

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

background-color css

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

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

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

border-color css

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

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

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