Html Css Color HEX #CF466F Cabaret

📋 copy color: '#CF466F'

red 207 ◦ green 70 ◦ blue 111

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

Shades of Cabaret #CF466F

Tints of Cabaret #CF466F

RGB

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

 GREEN value IS 70 (27.73% from 255) = 18.04%

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

R = 53.35%
G = 18.04%
B = 28.61%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.46

 K value IS 0.19

RGB Variations

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

Color information

#CF466F (or 0xCF466F) is known color: Cabaret. HEX triplet: CF, 46 and 6F. RGB value is (207,70,111). Sum of RGB (Red+Green+Blue) = 207+70+111=388 (51% of max value = 765). Red value is 207 (81.25% from 255 or 53.35% from 388); Green value is 70 (27.73% from 255 or 18.04% from 388); Blue value is 111 (43.75% from 255 or 28.61% from 388); Max value from RGB is 207 - color contains mainly: red. Hex color #CF466F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF466F is #30B990. Grayscale: #737373. Windows color (decimal): -3193233 or 7292623. OLE color: 7292623.

HSL color Cylindrical-coordinate representation of color #CF466F: hue angle of 342.04º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CF466F is Cyan = 0, Magento = 0.66, Yellow = 0.46 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 70 111 -
CMYK 0 0.66 0.46 0.19
HSL 342.04º 0.59% 0.54% -
HSV(B) 342.04º 0.66% 0.81% -
XYZ 30.79 18.79 17.04 -
YUV 115.64 125.39 193.17 -
System Red Green Blue C M Y K H S L
Decimal 207 70 111 0 0.66 0.46 0.19 342.04 0.59 0.54
Hex CF 46 6F 0 42 2E 13 156 3B 36
Octal 317 106 157 0 102 56 23 526 73 66
Binary 11001111 1000110 1101111 0 1000010 101110 10011 101010110 111011 110110

Color Harmonies of #CF466F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF466F

Black with #CF466F

Text Example


Text Example

White with #CF466F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF466F; }

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

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

background-color css

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

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

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

border-color css

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

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

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