Html Css Color HEX #C94673 Cabaret

📋 copy color: '#C94673'

red 201 ◦ green 70 ◦ blue 115

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

Shades of Cabaret #C94673

Tints of Cabaret #C94673

RGB

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

 GREEN value IS 70 (27.73% from 255) = 18.13%

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

R = 52.07%
G = 18.13%
B = 29.79%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.43

 K value IS 0.21

RGB Variations

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

Color information

#C94673 (or 0xC94673) is known color: Cabaret. HEX triplet: C9, 46 and 73. RGB value is (201,70,115). Sum of RGB (Red+Green+Blue) = 201+70+115=386 (51% of max value = 765). Red value is 201 (78.91% from 255 or 52.07% from 386); Green value is 70 (27.73% from 255 or 18.13% from 386); Blue value is 115 (45.31% from 255 or 29.79% from 386); Max value from RGB is 201 - color contains mainly: red. Hex color #C94673 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C94673 is #36B98C. Grayscale: #727272. Windows color (decimal): -3586445 or 7554761. OLE color: 7554761.

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

Color convert

RGB 201 70 115 -
CMYK 0 0.65 0.43 0.21
HSL 339.39º 0.55% 0.53% -
HSV(B) 339.39º 0.65% 0.79% -
XYZ 29.37 18.04 18.15 -
YUV 114.3 128.4 189.84 -
System Red Green Blue C M Y K H S L
Decimal 201 70 115 0 0.65 0.43 0.21 339.39 0.55 0.53
Hex C9 46 73 0 41 2B 15 153 37 35
Octal 311 106 163 0 101 53 25 523 67 65
Binary 11001001 1000110 1110011 0 1000001 101011 10101 101010011 110111 110101

Color Harmonies of #C94673

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C94673

Black with #C94673

Text Example


Text Example

White with #C94673

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C94673; }

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

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

background-color css

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

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

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

border-color css

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

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

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