Html Css Color HEX #CF5868 Cabaret

📋 copy color: '#CF5868'

red 207 ◦ green 88 ◦ blue 104

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

Shades of Cabaret #CF5868

Tints of Cabaret #CF5868

RGB

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

 GREEN value IS 88 (34.77% from 255) = 22.06%

 BLUE value IS 104 (41.02% from 255) = 26.07%

R = 51.88%
G = 22.06%
B = 26.07%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.50

 K value IS 0.19

RGB Variations

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

Color information

#CF5868 (or 0xCF5868) is known color: Cabaret. HEX triplet: CF, 58 and 68. RGB value is (207,88,104). Sum of RGB (Red+Green+Blue) = 207+88+104=399 (52% of max value = 765). Red value is 207 (81.25% from 255 or 51.88% from 399); Green value is 88 (34.77% from 255 or 22.06% from 399); Blue value is 104 (41.02% from 255 or 26.07% from 399); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5868 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF5868 is #30A797. Grayscale: #7D7D7D. Windows color (decimal): -3188632 or 6838479. OLE color: 6838479.

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

Color convert

RGB 207 88 104 -
CMYK 0 0.57 0.50 0.19
HSL 351.93º 0.55% 0.58% -
HSV(B) 351.93º 0.57% 0.81% -
XYZ 31.72 21.24 15.53 -
YUV 125.41 115.92 186.2 -
System Red Green Blue C M Y K H S L
Decimal 207 88 104 0 0.57 0.50 0.19 351.93 0.55 0.58
Hex CF 58 68 0 39 32 13 160 37 3A
Octal 317 130 150 0 71 62 23 540 67 72
Binary 11001111 1011000 1101000 0 111001 110010 10011 101100000 110111 111010

Color Harmonies of #CF5868

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF5868

Black with #CF5868

Text Example


Text Example

White with #CF5868

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF5868; }

 p { color: rgb(207,88,104); }

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

background-color css

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

 a { background-color: rgb(207,88,104); }

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

border-color css

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

 span { border-color: rgb(207,88,104); }

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