Html Css Color HEX #C94975 Cabaret

📋 copy color: '#C94975'

red 201 ◦ green 73 ◦ blue 117

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

Shades of Cabaret #C94975

Tints of Cabaret #C94975

RGB

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

 GREEN value IS 73 (28.91% from 255) = 18.67%

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

R = 51.41%
G = 18.67%
B = 29.92%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.42

 K value IS 0.21

RGB Variations

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

Color information

#C94975 (or 0xC94975) is known color: Cabaret. HEX triplet: C9, 49 and 75. RGB value is (201,73,117). Sum of RGB (Red+Green+Blue) = 201+73+117=391 (51% of max value = 765). Red value is 201 (78.91% from 255 or 51.41% from 391); Green value is 73 (28.91% from 255 or 18.67% from 391); Blue value is 117 (46.09% from 255 or 29.92% from 391); Max value from RGB is 201 - color contains mainly: red. Hex color #C94975 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C94975 is #36B68A. Grayscale: #747474. Windows color (decimal): -3585675 or 7686601. OLE color: 7686601.

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

Color convert

RGB 201 73 117 -
CMYK 0 0.64 0.42 0.21
HSL 339.38º 0.54% 0.54% -
HSV(B) 339.38º 0.64% 0.79% -
XYZ 29.68 18.47 18.83 -
YUV 116.29 128.41 188.42 -
System Red Green Blue C M Y K H S L
Decimal 201 73 117 0 0.64 0.42 0.21 339.38 0.54 0.54
Hex C9 49 75 0 40 2A 15 153 36 36
Octal 311 111 165 0 100 52 25 523 66 66
Binary 11001001 1001001 1110101 0 1000000 101010 10101 101010011 110110 110110

Color Harmonies of #C94975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C94975

Black with #C94975

Text Example


Text Example

White with #C94975

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C94975; }

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

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

background-color css

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

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

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

border-color css

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

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

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