Html Css Color HEX #C74C68 Cabaret

📋 copy color: '#C74C68'

red 199 ◦ green 76 ◦ blue 104

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

Shades of Cabaret #C74C68

Tints of Cabaret #C74C68

RGB

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

 GREEN value IS 76 (30.08% from 255) = 20.05%

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

R = 52.51%
G = 20.05%
B = 27.44%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.48

 K value IS 0.22

RGB Variations

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

Color information

#C74C68 (or 0xC74C68) is known color: Cabaret. HEX triplet: C7, 4C and 68. RGB value is (199,76,104). Sum of RGB (Red+Green+Blue) = 199+76+104=379 (50% of max value = 765). Red value is 199 (78.12% from 255 or 52.51% from 379); Green value is 76 (30.08% from 255 or 20.05% from 379); Blue value is 104 (41.02% from 255 or 27.44% from 379); Max value from RGB is 199 - color contains mainly: red. Hex color #C74C68 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C74C68 is #38B397. Grayscale: #737373. Windows color (decimal): -3715992 or 6835399. OLE color: 6835399.

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

Color convert

RGB 199 76 104 -
CMYK 0 0.62 0.48 0.22
HSL 346.34º 0.52% 0.54% -
HSV(B) 346.34º 0.62% 0.78% -
XYZ 28.64 18.31 15.12 -
YUV 115.97 121.25 187.22 -
System Red Green Blue C M Y K H S L
Decimal 199 76 104 0 0.62 0.48 0.22 346.34 0.52 0.54
Hex C7 4C 68 0 3E 30 16 15A 34 36
Octal 307 114 150 0 76 60 26 532 64 66
Binary 11000111 1001100 1101000 0 111110 110000 10110 101011010 110100 110110

Color Harmonies of #C74C68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C74C68

Black with #C74C68

Text Example


Text Example

White with #C74C68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C74C68; }

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

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

background-color css

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

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

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

border-color css

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

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

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