Html Css Color HEX #C74D6A Cabaret

📋 copy color: '#C74D6A'

red 199 ◦ green 77 ◦ blue 106

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

Shades of Cabaret #C74D6A

Tints of Cabaret #C74D6A

RGB

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

 GREEN value IS 77 (30.47% from 255) = 20.16%

 BLUE value IS 106 (41.8% from 255) = 27.75%

R = 52.09%
G = 20.16%
B = 27.75%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.47

 K value IS 0.22

RGB Variations

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

Color information

#C74D6A (or 0xC74D6A) is known color: Cabaret. HEX triplet: C7, 4D and 6A. RGB value is (199,77,106). Sum of RGB (Red+Green+Blue) = 199+77+106=382 (50% of max value = 765). Red value is 199 (78.12% from 255 or 52.09% from 382); Green value is 77 (30.47% from 255 or 20.16% from 382); Blue value is 106 (41.80% from 255 or 27.75% from 382); Max value from RGB is 199 - color contains mainly: red. Hex color #C74D6A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C74D6A is #38B295. Grayscale: #747474. Windows color (decimal): -3715734 or 6966727. OLE color: 6966727.

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

Color convert

RGB 199 77 106 -
CMYK 0 0.61 0.47 0.22
HSL 345.74º 0.52% 0.54% -
HSV(B) 345.74º 0.61% 0.78% -
XYZ 28.81 18.49 15.69 -
YUV 116.78 121.92 186.64 -
System Red Green Blue C M Y K H S L
Decimal 199 77 106 0 0.61 0.47 0.22 345.74 0.52 0.54
Hex C7 4D 6A 0 3D 2F 16 15A 34 36
Octal 307 115 152 0 75 57 26 532 64 66
Binary 11000111 1001101 1101010 0 111101 101111 10110 101011010 110100 110110

Color Harmonies of #C74D6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C74D6A

Black with #C74D6A

Text Example


Text Example

White with #C74D6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C74D6A; }

 p { color: rgb(199,77,106); }

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

background-color css

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

 a { background-color: rgb(199,77,106); }

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

border-color css

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

 span { border-color: rgb(199,77,106); }

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