Html Css Color HEX #C94775 Cabaret

📋 copy color: '#C94775'

red 201 ◦ green 71 ◦ blue 117

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

Shades of Cabaret #C94775

Tints of Cabaret #C94775

RGB

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

 GREEN value IS 71 (28.13% from 255) = 18.25%

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

R = 51.67%
G = 18.25%
B = 30.08%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.42

 K value IS 0.21

RGB Variations

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

Color information

#C94775 (or 0xC94775) is known color: Cabaret. HEX triplet: C9, 47 and 75. RGB value is (201,71,117). Sum of RGB (Red+Green+Blue) = 201+71+117=389 (51% of max value = 765). Red value is 201 (78.91% from 255 or 51.67% from 389); Green value is 71 (28.12% from 255 or 18.25% from 389); Blue value is 117 (46.09% from 255 or 30.08% from 389); Max value from RGB is 201 - color contains mainly: red. Hex color #C94775 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C94775 is #36B88A. Grayscale: #737373. Windows color (decimal): -3586187 or 7686089. OLE color: 7686089.

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

Color convert

RGB 201 71 117 -
CMYK 0 0.65 0.42 0.21
HSL 338.77º 0.55% 0.53% -
HSV(B) 338.77º 0.65% 0.79% -
XYZ 29.55 18.21 18.79 -
YUV 115.11 129.07 189.26 -
System Red Green Blue C M Y K H S L
Decimal 201 71 117 0 0.65 0.42 0.21 338.77 0.55 0.53
Hex C9 47 75 0 41 2A 15 153 37 35
Octal 311 107 165 0 101 52 25 523 67 65
Binary 11001001 1000111 1110101 0 1000001 101010 10101 101010011 110111 110101

Color Harmonies of #C94775

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C94775

Black with #C94775

Text Example


Text Example

White with #C94775

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C94775; }

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

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

background-color css

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

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

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

border-color css

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

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

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