Html Css Color HEX #C95775 Cabaret

📋 copy color: '#C95775'

red 201 ◦ green 87 ◦ blue 117

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

Shades of Cabaret #C95775

Tints of Cabaret #C95775

RGB

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

 GREEN value IS 87 (34.38% from 255) = 21.48%

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

R = 49.63%
G = 21.48%
B = 28.89%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.42

 K value IS 0.21

RGB Variations

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

Color information

#C95775 (or 0xC95775) is known color: Cabaret. HEX triplet: C9, 57 and 75. RGB value is (201,87,117). Sum of RGB (Red+Green+Blue) = 201+87+117=405 (53% of max value = 765). Red value is 201 (78.91% from 255 or 49.63% from 405); Green value is 87 (34.38% from 255 or 21.48% from 405); Blue value is 117 (46.09% from 255 or 28.89% from 405); Max value from RGB is 201 - color contains mainly: red. Hex color #C95775 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C95775 is #36A88A. Grayscale: #7C7C7C. Windows color (decimal): -3582091 or 7690185. OLE color: 7690185.

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

Color convert

RGB 201 87 117 -
CMYK 0 0.57 0.42 0.21
HSL 344.21º 0.51% 0.56% -
HSV(B) 344.21º 0.57% 0.79% -
XYZ 30.71 20.52 19.17 -
YUV 124.51 123.77 182.56 -
System Red Green Blue C M Y K H S L
Decimal 201 87 117 0 0.57 0.42 0.21 344.21 0.51 0.56
Hex C9 57 75 0 39 2A 15 158 33 38
Octal 311 127 165 0 71 52 25 530 63 70
Binary 11001001 1010111 1110101 0 111001 101010 10101 101011000 110011 111000

Color Harmonies of #C95775

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C95775

Black with #C95775

Text Example


Text Example

White with #C95775

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C95775; }

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

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

background-color css

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

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

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

border-color css

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

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

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