Html Css Color HEX #C94E6D Cabaret

📋 copy color: '#C94E6D'

red 201 ◦ green 78 ◦ blue 109

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

Shades of Cabaret #C94E6D

Tints of Cabaret #C94E6D

RGB

 RED value IS 201 (78.91% from 255) = 51.8%

 GREEN value IS 78 (30.86% from 255) = 20.1%

 BLUE value IS 109 (42.97% from 255) = 28.09%

R = 51.8%
G = 20.1%
B = 28.09%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.46

 K value IS 0.21

RGB Variations

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

Color information

#C94E6D (or 0xC94E6D) is known color: Cabaret. HEX triplet: C9, 4E and 6D. RGB value is (201,78,109). Sum of RGB (Red+Green+Blue) = 201+78+109=388 (51% of max value = 765). Red value is 201 (78.91% from 255 or 51.80% from 388); Green value is 78 (30.86% from 255 or 20.10% from 388); Blue value is 109 (42.97% from 255 or 28.09% from 388); Max value from RGB is 201 - color contains mainly: red. Hex color #C94E6D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C94E6D is #36B192. Grayscale: #767676. Windows color (decimal): -3584403 or 7163593. OLE color: 7163593.

HSL color Cylindrical-coordinate representation of color #C94E6D: hue angle of 344.88º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C94E6D is Cyan = 0, Magento = 0.61, Yellow = 0.46 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 78 109 -
CMYK 0 0.61 0.46 0.21
HSL 344.88º 0.53% 0.55% -
HSV(B) 344.88º 0.61% 0.79% -
XYZ 29.57 18.97 16.57 -
YUV 118.31 122.75 186.98 -
System Red Green Blue C M Y K H S L
Decimal 201 78 109 0 0.61 0.46 0.21 344.88 0.53 0.55
Hex C9 4E 6D 0 3D 2E 15 159 35 37
Octal 311 116 155 0 75 56 25 531 65 67
Binary 11001001 1001110 1101101 0 111101 101110 10101 101011001 110101 110111

Color Harmonies of #C94E6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C94E6D

Black with #C94E6D

Text Example


Text Example

White with #C94E6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C94E6D; }

 p { color: rgb(201,78,109); }

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

background-color css

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

 a { background-color: rgb(201,78,109); }

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

border-color css

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

 span { border-color: rgb(201,78,109); }

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