Html Css Color HEX #CF596C Cabaret

📋 copy color: '#CF596C'

red 207 ◦ green 89 ◦ blue 108

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

Shades of Cabaret #CF596C

Tints of Cabaret #CF596C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 26.73%

R = 51.24%
G = 22.03%
B = 26.73%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.48

 K value IS 0.19

RGB Variations

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

Color information

#CF596C (or 0xCF596C) is known color: Cabaret. HEX triplet: CF, 59 and 6C. RGB value is (207,89,108). Sum of RGB (Red+Green+Blue) = 207+89+108=404 (53% of max value = 765). Red value is 207 (81.25% from 255 or 51.24% from 404); Green value is 89 (35.16% from 255 or 22.03% from 404); Blue value is 108 (42.58% from 255 or 26.73% from 404); Max value from RGB is 207 - color contains mainly: red. Hex color #CF596C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF596C is #30A693. Grayscale: #7E7E7E. Windows color (decimal): -3188372 or 7100879. OLE color: 7100879.

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

Color convert

RGB 207 89 108 -
CMYK 0 0.57 0.48 0.19
HSL 350.34º 0.55% 0.58% -
HSV(B) 350.34º 0.57% 0.81% -
XYZ 32.01 21.49 16.65 -
YUV 126.45 117.59 185.46 -
System Red Green Blue C M Y K H S L
Decimal 207 89 108 0 0.57 0.48 0.19 350.34 0.55 0.58
Hex CF 59 6C 0 39 30 13 15E 37 3A
Octal 317 131 154 0 71 60 23 536 67 72
Binary 11001111 1011001 1101100 0 111001 110000 10011 101011110 110111 111010

Color Harmonies of #CF596C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF596C

Black with #CF596C

Text Example


Text Example

White with #CF596C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF596C; }

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

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

background-color css

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

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

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

border-color css

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

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

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