Html Css Color HEX #C95073 Cabaret

📋 copy color: '#C95073'

red 201 ◦ green 80 ◦ blue 115

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

Shades of Cabaret #C95073

Tints of Cabaret #C95073

RGB

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

 GREEN value IS 80 (31.64% from 255) = 20.2%

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

R = 50.76%
G = 20.2%
B = 29.04%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.43

 K value IS 0.21

RGB Variations

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

Color information

#C95073 (or 0xC95073) is known color: Cabaret. HEX triplet: C9, 50 and 73. RGB value is (201,80,115). Sum of RGB (Red+Green+Blue) = 201+80+115=396 (52% of max value = 765). Red value is 201 (78.91% from 255 or 50.76% from 396); Green value is 80 (31.64% from 255 or 20.20% from 396); Blue value is 115 (45.31% from 255 or 29.04% from 396); Max value from RGB is 201 - color contains mainly: red. Hex color #C95073 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C95073 is #36AF8C. Grayscale: #787878. Windows color (decimal): -3583885 or 7557321. OLE color: 7557321.

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

Color convert

RGB 201 80 115 -
CMYK 0 0.60 0.43 0.21
HSL 342.64º 0.53% 0.55% -
HSV(B) 342.64º 0.6% 0.79% -
XYZ 30.05 19.39 18.38 -
YUV 120.17 125.09 185.65 -
System Red Green Blue C M Y K H S L
Decimal 201 80 115 0 0.60 0.43 0.21 342.64 0.53 0.55
Hex C9 50 73 0 3C 2B 15 157 35 37
Octal 311 120 163 0 74 53 25 527 65 67
Binary 11001001 1010000 1110011 0 111100 101011 10101 101010111 110101 110111

Color Harmonies of #C95073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C95073

Black with #C95073

Text Example


Text Example

White with #C95073

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C95073; }

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

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

background-color css

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

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

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

border-color css

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

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

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