Html Css Color HEX #C95368 Cabaret

📋 copy color: '#C95368'

red 201 ◦ green 83 ◦ blue 104

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

Shades of Cabaret #C95368

Tints of Cabaret #C95368

RGB

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

 GREEN value IS 83 (32.81% from 255) = 21.39%

 BLUE value IS 104 (41.02% from 255) = 26.8%

R = 51.8%
G = 21.39%
B = 26.8%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.48

 K value IS 0.21

RGB Variations

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

Color information

#C95368 (or 0xC95368) is known color: Cabaret. HEX triplet: C9, 53 and 68. RGB value is (201,83,104). Sum of RGB (Red+Green+Blue) = 201+83+104=388 (51% of max value = 765). Red value is 201 (78.91% from 255 or 51.80% from 388); Green value is 83 (32.81% from 255 or 21.39% from 388); Blue value is 104 (41.02% from 255 or 26.80% from 388); Max value from RGB is 201 - color contains mainly: red. Hex color #C95368 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C95368 is #36AC97. Grayscale: #787878. Windows color (decimal): -3583128 or 6837193. OLE color: 6837193.

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

Color convert

RGB 201 83 104 -
CMYK 0 0.59 0.48 0.21
HSL 349.32º 0.52% 0.56% -
HSV(B) 349.32º 0.59% 0.79% -
XYZ 29.68 19.6 15.32 -
YUV 120.68 118.59 185.29 -
System Red Green Blue C M Y K H S L
Decimal 201 83 104 0 0.59 0.48 0.21 349.32 0.52 0.56
Hex C9 53 68 0 3B 30 15 15D 34 38
Octal 311 123 150 0 73 60 25 535 64 70
Binary 11001001 1010011 1101000 0 111011 110000 10101 101011101 110100 111000

Color Harmonies of #C95368

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C95368

Black with #C95368

Text Example


Text Example

White with #C95368

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C95368; }

 p { color: rgb(201,83,104); }

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

background-color css

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

 a { background-color: rgb(201,83,104); }

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

border-color css

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

 span { border-color: rgb(201,83,104); }

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