Html Css Color HEX #C74B6E Cabaret

📋 copy color: '#C74B6E'

red 199 ◦ green 75 ◦ blue 110

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

Shades of Cabaret #C74B6E

Tints of Cabaret #C74B6E

RGB

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

 GREEN value IS 75 (29.69% from 255) = 19.53%

 BLUE value IS 110 (43.36% from 255) = 28.65%

R = 51.82%
G = 19.53%
B = 28.65%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.45

 K value IS 0.22

RGB Variations

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

Color information

#C74B6E (or 0xC74B6E) is known color: Cabaret. HEX triplet: C7, 4B and 6E. RGB value is (199,75,110). Sum of RGB (Red+Green+Blue) = 199+75+110=384 (50% of max value = 765). Red value is 199 (78.12% from 255 or 51.82% from 384); Green value is 75 (29.69% from 255 or 19.53% from 384); Blue value is 110 (43.36% from 255 or 28.65% from 384); Max value from RGB is 199 - color contains mainly: red. Hex color #C74B6E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C74B6E is #38B491. Grayscale: #747474. Windows color (decimal): -3716242 or 7228359. OLE color: 7228359.

HSL color Cylindrical-coordinate representation of color #C74B6E: hue angle of 343.06º degrees, saturation: 0.53, 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 #C74B6E is Cyan = 0, Magento = 0.62, Yellow = 0.45 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 75 110 -
CMYK 0 0.62 0.45 0.22
HSL 343.06º 0.53% 0.54% -
HSV(B) 343.06º 0.62% 0.78% -
XYZ 28.88 18.3 16.76 -
YUV 116.07 124.58 187.15 -
System Red Green Blue C M Y K H S L
Decimal 199 75 110 0 0.62 0.45 0.22 343.06 0.53 0.54
Hex C7 4B 6E 0 3E 2D 16 157 35 36
Octal 307 113 156 0 76 55 26 527 65 66
Binary 11000111 1001011 1101110 0 111110 101101 10110 101010111 110101 110110

Color Harmonies of #C74B6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C74B6E

Black with #C74B6E

Text Example


Text Example

White with #C74B6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C74B6E; }

 p { color: rgb(199,75,110); }

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

background-color css

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

 a { background-color: rgb(199,75,110); }

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

border-color css

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

 span { border-color: rgb(199,75,110); }

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