Html Css Color HEX #C95075 Cabaret

📋 copy color: '#C95075'

red 201 ◦ green 80 ◦ blue 117

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

Shades of Cabaret #C95075

Tints of Cabaret #C95075

RGB

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

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

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

R = 50.5%
G = 20.1%
B = 29.4%

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

#C95075 (or 0xC95075) is known color: Cabaret. HEX triplet: C9, 50 and 75. RGB value is (201,80,117). Sum of RGB (Red+Green+Blue) = 201+80+117=398 (52% of max value = 765). Red value is 201 (78.91% from 255 or 50.50% from 398); Green value is 80 (31.64% from 255 or 20.10% from 398); Blue value is 117 (46.09% from 255 or 29.40% from 398); Max value from RGB is 201 - color contains mainly: red. Hex color #C95075 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C95075 is #36AF8A. Grayscale: #787878. Windows color (decimal): -3583883 or 7688393. OLE color: 7688393.

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

Color convert

RGB 201 80 117 -
CMYK 0 0.60 0.42 0.21
HSL 341.65º 0.53% 0.55% -
HSV(B) 341.65º 0.6% 0.79% -
XYZ 30.17 19.44 18.99 -
YUV 120.4 126.09 185.49 -
System Red Green Blue C M Y K H S L
Decimal 201 80 117 0 0.60 0.42 0.21 341.65 0.53 0.55
Hex C9 50 75 0 3C 2A 15 156 35 37
Octal 311 120 165 0 74 52 25 526 65 67
Binary 11001001 1010000 1110101 0 111100 101010 10101 101010110 110101 110111

Color Harmonies of #C95075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C95075

Black with #C95075

Text Example


Text Example

White with #C95075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C95075; }

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

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

background-color css

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

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

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

border-color css

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

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

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