Html Css Color HEX #C95372 Cabaret

📋 copy color: '#C95372'

red 201 ◦ green 83 ◦ blue 114

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

Shades of Cabaret #C95372

Tints of Cabaret #C95372

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 28.64%

R = 50.5%
G = 20.85%
B = 28.64%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.43

 K value IS 0.21

RGB Variations

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

Color information

#C95372 (or 0xC95372) is known color: Cabaret. HEX triplet: C9, 53 and 72. RGB value is (201,83,114). Sum of RGB (Red+Green+Blue) = 201+83+114=398 (52% of max value = 765). Red value is 201 (78.91% from 255 or 50.50% from 398); Green value is 83 (32.81% from 255 or 20.85% from 398); Blue value is 114 (44.92% from 255 or 28.64% from 398); Max value from RGB is 201 - color contains mainly: red. Hex color #C95372 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C95372 is #36AC8D. Grayscale: #797979. Windows color (decimal): -3583118 or 7492553. OLE color: 7492553.

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

Color convert

RGB 201 83 114 -
CMYK 0 0.59 0.43 0.21
HSL 344.24º 0.52% 0.56% -
HSV(B) 344.24º 0.59% 0.79% -
XYZ 30.22 19.82 18.15 -
YUV 121.82 123.59 184.48 -
System Red Green Blue C M Y K H S L
Decimal 201 83 114 0 0.59 0.43 0.21 344.24 0.52 0.56
Hex C9 53 72 0 3B 2B 15 158 34 38
Octal 311 123 162 0 73 53 25 530 64 70
Binary 11001001 1010011 1110010 0 111011 101011 10101 101011000 110100 111000

Color Harmonies of #C95372

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C95372

Black with #C95372

Text Example


Text Example

White with #C95372

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C95372; }

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

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

background-color css

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

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

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

border-color css

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

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

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