Html Css Color HEX #C74968 Cabaret

📋 copy color: '#C74968'

red 199 ◦ green 73 ◦ blue 104

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

Shades of Cabaret #C74968

Tints of Cabaret #C74968

RGB

 RED value IS 199 (78.13% from 255) = 52.93%

 GREEN value IS 73 (28.91% from 255) = 19.41%

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

R = 52.93%
G = 19.41%
B = 27.66%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.48

 K value IS 0.22

RGB Variations

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

Color information

#C74968 (or 0xC74968) is known color: Cabaret. HEX triplet: C7, 49 and 68. RGB value is (199,73,104). Sum of RGB (Red+Green+Blue) = 199+73+104=376 (49% of max value = 765). Red value is 199 (78.12% from 255 or 52.93% from 376); Green value is 73 (28.91% from 255 or 19.41% from 376); Blue value is 104 (41.02% from 255 or 27.66% from 376); Max value from RGB is 199 - color contains mainly: red. Hex color #C74968 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C74968 is #38B697. Grayscale: #727272. Windows color (decimal): -3716760 or 6834631. OLE color: 6834631.

HSL color Cylindrical-coordinate representation of color #C74968: hue angle of 345.24º degrees, saturation: 0.53, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C74968 is Cyan = 0, Magento = 0.63, Yellow = 0.48 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 73 104 -
CMYK 0 0.63 0.48 0.22
HSL 345.24º 0.53% 0.53% -
HSV(B) 345.24º 0.63% 0.78% -
XYZ 28.43 17.91 15.05 -
YUV 114.21 122.24 188.48 -
System Red Green Blue C M Y K H S L
Decimal 199 73 104 0 0.63 0.48 0.22 345.24 0.53 0.53
Hex C7 49 68 0 3F 30 16 159 35 35
Octal 307 111 150 0 77 60 26 531 65 65
Binary 11000111 1001001 1101000 0 111111 110000 10110 101011001 110101 110101

Color Harmonies of #C74968

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C74968

Black with #C74968

Text Example


Text Example

White with #C74968

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C74968; }

 p { color: rgb(199,73,104); }

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

background-color css

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

 a { background-color: rgb(199,73,104); }

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

border-color css

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

 span { border-color: rgb(199,73,104); }

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