Html Css Color HEX #C94063 Cabaret

📋 copy color: '#C94063'

red 201 ◦ green 64 ◦ blue 99

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

Shades of Cabaret #C94063

Tints of Cabaret #C94063

RGB

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

 GREEN value IS 64 (25.39% from 255) = 17.58%

 BLUE value IS 99 (39.06% from 255) = 27.2%

R = 55.22%
G = 17.58%
B = 27.2%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.51

 K value IS 0.21

RGB Variations

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

Color information

#C94063 (or 0xC94063) is known color: Cabaret. HEX triplet: C9, 40 and 63. RGB value is (201,64,99). Sum of RGB (Red+Green+Blue) = 201+64+99=364 (48% of max value = 765). Red value is 201 (78.91% from 255 or 55.22% from 364); Green value is 64 (25.39% from 255 or 17.58% from 364); Blue value is 99 (39.06% from 255 or 27.20% from 364); Max value from RGB is 201 - color contains mainly: red. Hex color #C94063 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C94063 is #36BF9C. Grayscale: #6C6C6C. Windows color (decimal): -3587997 or 6504649. OLE color: 6504649.

HSL color Cylindrical-coordinate representation of color #C94063: hue angle of 344.67º degrees, saturation: 0.56, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C94063 is Cyan = 0, Magento = 0.68, Yellow = 0.51 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 64 99 -
CMYK 0 0.68 0.51 0.21
HSL 344.67º 0.56% 0.52% -
HSV(B) 344.67º 0.68% 0.79% -
XYZ 28.17 16.99 13.6 -
YUV 108.95 122.39 193.65 -
System Red Green Blue C M Y K H S L
Decimal 201 64 99 0 0.68 0.51 0.21 344.67 0.56 0.52
Hex C9 40 63 0 44 33 15 159 38 34
Octal 311 100 143 0 104 63 25 531 70 64
Binary 11001001 1000000 1100011 0 1000100 110011 10101 101011001 111000 110100

Color Harmonies of #C94063

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C94063

Black with #C94063

Text Example


Text Example

White with #C94063

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C94063; }

 p { color: rgb(201,64,99); }

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

background-color css

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

 a { background-color: rgb(201,64,99); }

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

border-color css

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

 span { border-color: rgb(201,64,99); }

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