Html Css Color HEX #C74160 Cabaret

📋 copy color: '#C74160'

red 199 ◦ green 65 ◦ blue 96

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

Shades of Cabaret #C74160

Tints of Cabaret #C74160

RGB

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

 GREEN value IS 65 (25.78% from 255) = 18.06%

 BLUE value IS 96 (37.89% from 255) = 26.67%

R = 55.28%
G = 18.06%
B = 26.67%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.52

 K value IS 0.22

RGB Variations

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

Color information

#C74160 (or 0xC74160) is known color: Cabaret. HEX triplet: C7, 41 and 60. RGB value is (199,65,96). Sum of RGB (Red+Green+Blue) = 199+65+96=360 (47% of max value = 765). Red value is 199 (78.12% from 255 or 55.28% from 360); Green value is 65 (25.78% from 255 or 18.06% from 360); Blue value is 96 (37.89% from 255 or 26.67% from 360); Max value from RGB is 199 - color contains mainly: red. Hex color #C74160 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C74160 is #38BE9F. Grayscale: #6C6C6C. Windows color (decimal): -3718816 or 6308295. OLE color: 6308295.

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

Color convert

RGB 199 65 96 -
CMYK 0 0.67 0.52 0.22
HSL 346.12º 0.54% 0.52% -
HSV(B) 346.12º 0.67% 0.78% -
XYZ 27.55 16.77 12.85 -
YUV 108.6 120.89 192.48 -
System Red Green Blue C M Y K H S L
Decimal 199 65 96 0 0.67 0.52 0.22 346.12 0.54 0.52
Hex C7 41 60 0 43 34 16 15A 36 34
Octal 307 101 140 0 103 64 26 532 66 64
Binary 11000111 1000001 1100000 0 1000011 110100 10110 101011010 110110 110100

Color Harmonies of #C74160

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C74160

Black with #C74160

Text Example


Text Example

White with #C74160

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C74160; }

 p { color: rgb(199,65,96); }

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

background-color css

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

 a { background-color: rgb(199,65,96); }

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

border-color css

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

 span { border-color: rgb(199,65,96); }

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