Html Css Color HEX #C95364 Cabaret

📋 copy color: '#C95364'

red 201 ◦ green 83 ◦ blue 100

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

Shades of Cabaret #C95364

Tints of Cabaret #C95364

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 26.04%

R = 52.34%
G = 21.61%
B = 26.04%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.50

 K value IS 0.21

RGB Variations

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

Color information

#C95364 (or 0xC95364) is known color: Cabaret. HEX triplet: C9, 53 and 64. RGB value is (201,83,100). Sum of RGB (Red+Green+Blue) = 201+83+100=384 (50% of max value = 765). Red value is 201 (78.91% from 255 or 52.34% from 384); Green value is 83 (32.81% from 255 or 21.61% from 384); Blue value is 100 (39.45% from 255 or 26.04% from 384); Max value from RGB is 201 - color contains mainly: red. Hex color #C95364 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C95364 is #36AC9B. Grayscale: #787878. Windows color (decimal): -3583132 or 6575049. OLE color: 6575049.

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

Color convert

RGB 201 83 100 -
CMYK 0 0.59 0.50 0.21
HSL 351.36º 0.52% 0.56% -
HSV(B) 351.36º 0.59% 0.79% -
XYZ 29.48 19.52 14.27 -
YUV 120.22 116.59 185.62 -
System Red Green Blue C M Y K H S L
Decimal 201 83 100 0 0.59 0.50 0.21 351.36 0.52 0.56
Hex C9 53 64 0 3B 32 15 15F 34 38
Octal 311 123 144 0 73 62 25 537 64 70
Binary 11001001 1010011 1100100 0 111011 110010 10101 101011111 110100 111000

Color Harmonies of #C95364

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C95364

Black with #C95364

Text Example


Text Example

White with #C95364

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C95364; }

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

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

background-color css

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

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

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

border-color css

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

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

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