Html Css Color HEX #C93E6D Cabaret

📋 copy color: '#C93E6D'

red 201 ◦ green 62 ◦ blue 109

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

Shades of Cabaret #C93E6D

Tints of Cabaret #C93E6D

RGB

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

 GREEN value IS 62 (24.61% from 255) = 16.67%

 BLUE value IS 109 (42.97% from 255) = 29.3%

R = 54.03%
G = 16.67%
B = 29.3%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.46

 K value IS 0.21

RGB Variations

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

Color information

#C93E6D (or 0xC93E6D) is known color: Cabaret. HEX triplet: C9, 3E and 6D. RGB value is (201,62,109). Sum of RGB (Red+Green+Blue) = 201+62+109=372 (49% of max value = 765). Red value is 201 (78.91% from 255 or 54.03% from 372); Green value is 62 (24.61% from 255 or 16.67% from 372); Blue value is 109 (42.97% from 255 or 29.30% from 372); Max value from RGB is 201 - color contains mainly: red. Hex color #C93E6D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C93E6D is #36C192. Grayscale: #6C6C6C. Windows color (decimal): -3588499 or 7159497. OLE color: 7159497.

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

Color convert

RGB 201 62 109 -
CMYK 0 0.69 0.46 0.21
HSL 339.71º 0.56% 0.52% -
HSV(B) 339.71º 0.69% 0.79% -
XYZ 28.57 16.97 16.24 -
YUV 108.92 128.05 193.68 -
System Red Green Blue C M Y K H S L
Decimal 201 62 109 0 0.69 0.46 0.21 339.71 0.56 0.52
Hex C9 3E 6D 0 45 2E 15 154 38 34
Octal 311 76 155 0 105 56 25 524 70 64
Binary 11001001 111110 1101101 0 1000101 101110 10101 101010100 111000 110100

Color Harmonies of #C93E6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C93E6D

Black with #C93E6D

Text Example


Text Example

White with #C93E6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C93E6D; }

 p { color: rgb(201,62,109); }

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

background-color css

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

 a { background-color: rgb(201,62,109); }

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

border-color css

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

 span { border-color: rgb(201,62,109); }

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