Html Css Color HEX #C93D65 Cabaret

📋 copy color: '#C93D65'

red 201 ◦ green 61 ◦ blue 101

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

Shades of Cabaret #C93D65

Tints of Cabaret #C93D65

RGB

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

 GREEN value IS 61 (24.22% from 255) = 16.8%

 BLUE value IS 101 (39.84% from 255) = 27.82%

R = 55.37%
G = 16.8%
B = 27.82%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.50

 K value IS 0.21

RGB Variations

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

Color information

#C93D65 (or 0xC93D65) is known color: Cabaret. HEX triplet: C9, 3D and 65. RGB value is (201,61,101). Sum of RGB (Red+Green+Blue) = 201+61+101=363 (48% of max value = 765). Red value is 201 (78.91% from 255 or 55.37% from 363); Green value is 61 (24.22% from 255 or 16.80% from 363); Blue value is 101 (39.84% from 255 or 27.82% from 363); Max value from RGB is 201 - color contains mainly: red. Hex color #C93D65 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C93D65 is #36C29A. Grayscale: #6B6B6B. Windows color (decimal): -3588763 or 6634953. OLE color: 6634953.

HSL color Cylindrical-coordinate representation of color #C93D65: hue angle of 342.86º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C93D65 is Cyan = 0, Magento = 0.70, Yellow = 0.50 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 61 101 -
CMYK 0 0.70 0.50 0.21
HSL 342.86º 0.56% 0.51% -
HSV(B) 342.86º 0.7% 0.79% -
XYZ 28.11 16.69 14.05 -
YUV 107.42 124.38 194.75 -
System Red Green Blue C M Y K H S L
Decimal 201 61 101 0 0.70 0.50 0.21 342.86 0.56 0.51
Hex C9 3D 65 0 46 32 15 157 38 33
Octal 311 75 145 0 106 62 25 527 70 63
Binary 11001001 111101 1100101 0 1000110 110010 10101 101010111 111000 110011

Color Harmonies of #C93D65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C93D65

Black with #C93D65

Text Example


Text Example

White with #C93D65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C93D65; }

 p { color: rgb(201,61,101); }

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

background-color css

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

 a { background-color: rgb(201,61,101); }

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

border-color css

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

 span { border-color: rgb(201,61,101); }

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