Html Css Color HEX #C94575 Cabaret

📋 copy color: '#C94575'

red 201 ◦ green 69 ◦ blue 117

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

Shades of Cabaret #C94575

Tints of Cabaret #C94575

RGB

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

 GREEN value IS 69 (27.34% from 255) = 17.83%

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

R = 51.94%
G = 17.83%
B = 30.23%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.42

 K value IS 0.21

RGB Variations

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

Color information

#C94575 (or 0xC94575) is known color: Cabaret. HEX triplet: C9, 45 and 75. RGB value is (201,69,117). Sum of RGB (Red+Green+Blue) = 201+69+117=387 (51% of max value = 765). Red value is 201 (78.91% from 255 or 51.94% from 387); Green value is 69 (27.34% from 255 or 17.83% from 387); Blue value is 117 (46.09% from 255 or 30.23% from 387); Max value from RGB is 201 - color contains mainly: red. Hex color #C94575 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C94575 is #36BA8A. Grayscale: #717171. Windows color (decimal): -3586699 or 7685577. OLE color: 7685577.

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

Color convert

RGB 201 69 117 -
CMYK 0 0.66 0.42 0.21
HSL 338.18º 0.55% 0.53% -
HSV(B) 338.18º 0.66% 0.79% -
XYZ 29.43 17.96 18.74 -
YUV 113.94 129.73 190.1 -
System Red Green Blue C M Y K H S L
Decimal 201 69 117 0 0.66 0.42 0.21 338.18 0.55 0.53
Hex C9 45 75 0 42 2A 15 152 37 35
Octal 311 105 165 0 102 52 25 522 67 65
Binary 11001001 1000101 1110101 0 1000010 101010 10101 101010010 110111 110101

Color Harmonies of #C94575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C94575

Black with #C94575

Text Example


Text Example

White with #C94575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C94575; }

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

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

background-color css

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

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

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

border-color css

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

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

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