Html Css Color HEX #C94060 Cabaret

📋 copy color: '#C94060'

red 201 ◦ green 64 ◦ blue 96

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

Shades of Cabaret #C94060

Tints of Cabaret #C94060

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 26.59%

R = 55.68%
G = 17.73%
B = 26.59%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.52

 K value IS 0.21

RGB Variations

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

Color information

#C94060 (or 0xC94060) is known color: Cabaret. HEX triplet: C9, 40 and 60. RGB value is (201,64,96). Sum of RGB (Red+Green+Blue) = 201+64+96=361 (47% of max value = 765). Red value is 201 (78.91% from 255 or 55.68% from 361); Green value is 64 (25.39% from 255 or 17.73% from 361); Blue value is 96 (37.89% from 255 or 26.59% from 361); Max value from RGB is 201 - color contains mainly: red. Hex color #C94060 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C94060 is #36BF9F. Grayscale: #6C6C6C. Windows color (decimal): -3588000 or 6308041. OLE color: 6308041.

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

Color convert

RGB 201 64 96 -
CMYK 0 0.68 0.52 0.21
HSL 345.99º 0.56% 0.52% -
HSV(B) 345.99º 0.68% 0.79% -
XYZ 28.03 16.93 12.86 -
YUV 108.61 120.89 193.9 -
System Red Green Blue C M Y K H S L
Decimal 201 64 96 0 0.68 0.52 0.21 345.99 0.56 0.52
Hex C9 40 60 0 44 34 15 15A 38 34
Octal 311 100 140 0 104 64 25 532 70 64
Binary 11001001 1000000 1100000 0 1000100 110100 10101 101011010 111000 110100

Color Harmonies of #C94060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C94060

Black with #C94060

Text Example


Text Example

White with #C94060

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C94060; }

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

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

background-color css

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

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

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

border-color css

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

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

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