Html Css Color HEX #CF5064 Cabaret

📋 copy color: '#CF5064'

red 207 ◦ green 80 ◦ blue 100

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

Shades of Cabaret #CF5064

Tints of Cabaret #CF5064

RGB

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

 GREEN value IS 80 (31.64% from 255) = 20.67%

 BLUE value IS 100 (39.45% from 255) = 25.84%

R = 53.49%
G = 20.67%
B = 25.84%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.52

 K value IS 0.19

RGB Variations

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

Color information

#CF5064 (or 0xCF5064) is known color: Cabaret. HEX triplet: CF, 50 and 64. RGB value is (207,80,100). Sum of RGB (Red+Green+Blue) = 207+80+100=387 (51% of max value = 765). Red value is 207 (81.25% from 255 or 53.49% from 387); Green value is 80 (31.64% from 255 or 20.67% from 387); Blue value is 100 (39.45% from 255 or 25.84% from 387); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5064 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF5064 is #30AF9B. Grayscale: #787878. Windows color (decimal): -3190684 or 6574287. OLE color: 6574287.

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

Color convert

RGB 207 80 100 -
CMYK 0 0.61 0.52 0.19
HSL 350.55º 0.57% 0.56% -
HSV(B) 350.55º 0.61% 0.81% -
XYZ 30.9 19.92 14.27 -
YUV 120.25 116.58 189.87 -
System Red Green Blue C M Y K H S L
Decimal 207 80 100 0 0.61 0.52 0.19 350.55 0.57 0.56
Hex CF 50 64 0 3D 34 13 15F 39 38
Octal 317 120 144 0 75 64 23 537 71 70
Binary 11001111 1010000 1100100 0 111101 110100 10011 101011111 111001 111000

Color Harmonies of #CF5064

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF5064

Black with #CF5064

Text Example


Text Example

White with #CF5064

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF5064; }

 p { color: rgb(207,80,100); }

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

background-color css

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

 a { background-color: rgb(207,80,100); }

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

border-color css

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

 span { border-color: rgb(207,80,100); }

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