Html Css Color HEX #C94E75 Cabaret

📋 copy color: '#C94E75'

red 201 ◦ green 78 ◦ blue 117

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

Shades of Cabaret #C94E75

Tints of Cabaret #C94E75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 29.55%

R = 50.76%
G = 19.7%
B = 29.55%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.42

 K value IS 0.21

RGB Variations

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

Color information

#C94E75 (or 0xC94E75) is known color: Cabaret. HEX triplet: C9, 4E and 75. RGB value is (201,78,117). Sum of RGB (Red+Green+Blue) = 201+78+117=396 (52% of max value = 765). Red value is 201 (78.91% from 255 or 50.76% from 396); Green value is 78 (30.86% from 255 or 19.70% from 396); Blue value is 117 (46.09% from 255 or 29.55% from 396); Max value from RGB is 201 - color contains mainly: red. Hex color #C94E75 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C94E75 is #36B18A. Grayscale: #777777. Windows color (decimal): -3584395 or 7687881. OLE color: 7687881.

HSL color Cylindrical-coordinate representation of color #C94E75: hue angle of 340.98º 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 #C94E75 is Cyan = 0, Magento = 0.61, Yellow = 0.42 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 78 117 -
CMYK 0 0.61 0.42 0.21
HSL 340.98º 0.53% 0.55% -
HSV(B) 340.98º 0.61% 0.79% -
XYZ 30.02 19.15 18.94 -
YUV 119.22 126.75 186.33 -
System Red Green Blue C M Y K H S L
Decimal 201 78 117 0 0.61 0.42 0.21 340.98 0.53 0.55
Hex C9 4E 75 0 3D 2A 15 155 35 37
Octal 311 116 165 0 75 52 25 525 65 67
Binary 11001001 1001110 1110101 0 111101 101010 10101 101010101 110101 110111

Color Harmonies of #C94E75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C94E75

Black with #C94E75

Text Example


Text Example

White with #C94E75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C94E75; }

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

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

background-color css

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

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

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

border-color css

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

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

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