Html Css Color HEX #C95175 Cabaret

📋 copy color: '#C95175'

red 201 ◦ green 81 ◦ blue 117

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

Shades of Cabaret #C95175

Tints of Cabaret #C95175

RGB

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

 GREEN value IS 81 (32.03% from 255) = 20.3%

 BLUE value IS 117 (46.09% from 255) = 29.32%

R = 50.38%
G = 20.3%
B = 29.32%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.42

 K value IS 0.21

RGB Variations

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

Color information

#C95175 (or 0xC95175) is known color: Cabaret. HEX triplet: C9, 51 and 75. RGB value is (201,81,117). Sum of RGB (Red+Green+Blue) = 201+81+117=399 (52% of max value = 765). Red value is 201 (78.91% from 255 or 50.38% from 399); Green value is 81 (32.03% from 255 or 20.30% from 399); Blue value is 117 (46.09% from 255 or 29.32% from 399); Max value from RGB is 201 - color contains mainly: red. Hex color #C95175 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C95175 is #36AE8A. Grayscale: #787878. Windows color (decimal): -3583627 or 7688649. OLE color: 7688649.

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

Color convert

RGB 201 81 117 -
CMYK 0 0.60 0.42 0.21
HSL 342º 0.53% 0.55% -
HSV(B) 342º 0.6% 0.79% -
XYZ 30.24 19.59 19.02 -
YUV 120.98 125.76 185.07 -
System Red Green Blue C M Y K H S L
Decimal 201 81 117 0 0.60 0.42 0.21 342 0.53 0.55
Hex C9 51 75 0 3C 2A 15 156 35 37
Octal 311 121 165 0 74 52 25 526 65 67
Binary 11001001 1010001 1110101 0 111100 101010 10101 101010110 110101 110111

Color Harmonies of #C95175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C95175

Black with #C95175

Text Example


Text Example

White with #C95175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C95175; }

 p { color: rgb(201,81,117); }

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

background-color css

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

 a { background-color: rgb(201,81,117); }

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

border-color css

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

 span { border-color: rgb(201,81,117); }

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