Html Css Color HEX #C94373 Cabaret

📋 copy color: '#C94373'

red 201 ◦ green 67 ◦ blue 115

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

Shades of Cabaret #C94373

Tints of Cabaret #C94373

RGB

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

 GREEN value IS 67 (26.56% from 255) = 17.49%

 BLUE value IS 115 (45.31% from 255) = 30.03%

R = 52.48%
G = 17.49%
B = 30.03%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.43

 K value IS 0.21

RGB Variations

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

Color information

#C94373 (or 0xC94373) is known color: Cabaret. HEX triplet: C9, 43 and 73. RGB value is (201,67,115). Sum of RGB (Red+Green+Blue) = 201+67+115=383 (50% of max value = 765). Red value is 201 (78.91% from 255 or 52.48% from 383); Green value is 67 (26.56% from 255 or 17.49% from 383); Blue value is 115 (45.31% from 255 or 30.03% from 383); Max value from RGB is 201 - color contains mainly: red. Hex color #C94373 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C94373 is #36BC8C. Grayscale: #707070. Windows color (decimal): -3587213 or 7553993. OLE color: 7553993.

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

Color convert

RGB 201 67 115 -
CMYK 0 0.67 0.43 0.21
HSL 338.51º 0.55% 0.53% -
HSV(B) 338.51º 0.67% 0.79% -
XYZ 29.19 17.67 18.09 -
YUV 112.54 129.39 191.1 -
System Red Green Blue C M Y K H S L
Decimal 201 67 115 0 0.67 0.43 0.21 338.51 0.55 0.53
Hex C9 43 73 0 43 2B 15 153 37 35
Octal 311 103 163 0 103 53 25 523 67 65
Binary 11001001 1000011 1110011 0 1000011 101011 10101 101010011 110111 110101

Color Harmonies of #C94373

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C94373

Black with #C94373

Text Example


Text Example

White with #C94373

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C94373; }

 p { color: rgb(201,67,115); }

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

background-color css

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

 a { background-color: rgb(201,67,115); }

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

border-color css

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

 span { border-color: rgb(201,67,115); }

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