Html Css Color HEX #C94761 Cabaret

📋 copy color: '#C94761'

red 201 ◦ green 71 ◦ blue 97

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

Shades of Cabaret #C94761

Tints of Cabaret #C94761

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 26.29%

R = 54.47%
G = 19.24%
B = 26.29%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.52

 K value IS 0.21

RGB Variations

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

Color information

#C94761 (or 0xC94761) is known color: Cabaret. HEX triplet: C9, 47 and 61. RGB value is (201,71,97). Sum of RGB (Red+Green+Blue) = 201+71+97=369 (48% of max value = 765). Red value is 201 (78.91% from 255 or 54.47% from 369); Green value is 71 (28.12% from 255 or 19.24% from 369); Blue value is 97 (38.28% from 255 or 26.29% from 369); Max value from RGB is 201 - color contains mainly: red. Hex color #C94761 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C94761 is #36B89E. Grayscale: #707070. Windows color (decimal): -3586207 or 6375369. OLE color: 6375369.

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

Color convert

RGB 201 71 97 -
CMYK 0 0.65 0.52 0.21
HSL 348º 0.55% 0.53% -
HSV(B) 348º 0.65% 0.79% -
XYZ 28.5 17.79 13.24 -
YUV 112.83 119.07 190.89 -
System Red Green Blue C M Y K H S L
Decimal 201 71 97 0 0.65 0.52 0.21 348 0.55 0.53
Hex C9 47 61 0 41 34 15 15C 37 35
Octal 311 107 141 0 101 64 25 534 67 65
Binary 11001001 1000111 1100001 0 1000001 110100 10101 101011100 110111 110101

Color Harmonies of #C94761

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C94761

Black with #C94761

Text Example


Text Example

White with #C94761

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C94761; }

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

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

background-color css

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

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

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

border-color css

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

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

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