Html Css Color HEX #C95872 Cabaret

📋 copy color: '#C95872'

red 201 ◦ green 88 ◦ blue 114

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

Shades of Cabaret #C95872

Tints of Cabaret #C95872

RGB

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

 GREEN value IS 88 (34.77% from 255) = 21.84%

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

R = 49.88%
G = 21.84%
B = 28.29%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.43

 K value IS 0.21

RGB Variations

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

Color information

#C95872 (or 0xC95872) is known color: Cabaret. HEX triplet: C9, 58 and 72. RGB value is (201,88,114). Sum of RGB (Red+Green+Blue) = 201+88+114=403 (53% of max value = 765). Red value is 201 (78.91% from 255 or 49.88% from 403); Green value is 88 (34.77% from 255 or 21.84% from 403); Blue value is 114 (44.92% from 255 or 28.29% from 403); Max value from RGB is 201 - color contains mainly: red. Hex color #C95872 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C95872 is #36A78D. Grayscale: #7C7C7C. Windows color (decimal): -3581838 or 7493833. OLE color: 7493833.

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

Color convert

RGB 201 88 114 -
CMYK 0 0.56 0.43 0.21
HSL 346.19º 0.51% 0.57% -
HSV(B) 346.19º 0.56% 0.79% -
XYZ 30.61 20.61 18.28 -
YUV 124.75 121.94 182.39 -
System Red Green Blue C M Y K H S L
Decimal 201 88 114 0 0.56 0.43 0.21 346.19 0.51 0.57
Hex C9 58 72 0 38 2B 15 15A 33 39
Octal 311 130 162 0 70 53 25 532 63 71
Binary 11001001 1011000 1110010 0 111000 101011 10101 101011010 110011 111001

Color Harmonies of #C95872

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C95872

Black with #C95872

Text Example


Text Example

White with #C95872

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C95872; }

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

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

background-color css

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

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

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

border-color css

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

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

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