Html Css Color HEX #C93F66 Cabaret

📋 copy color: '#C93F66'

red 201 ◦ green 63 ◦ blue 102

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

Shades of Cabaret #C93F66

Tints of Cabaret #C93F66

RGB

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

 GREEN value IS 63 (25% from 255) = 17.21%

 BLUE value IS 102 (40.23% from 255) = 27.87%

R = 54.92%
G = 17.21%
B = 27.87%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.49

 K value IS 0.21

RGB Variations

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

Color information

#C93F66 (or 0xC93F66) is known color: Cabaret. HEX triplet: C9, 3F and 66. RGB value is (201,63,102). Sum of RGB (Red+Green+Blue) = 201+63+102=366 (48% of max value = 765). Red value is 201 (78.91% from 255 or 54.92% from 366); Green value is 63 (25% from 255 or 17.21% from 366); Blue value is 102 (40.23% from 255 or 27.87% from 366); Max value from RGB is 201 - color contains mainly: red. Hex color #C93F66 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C93F66 is #36C099. Grayscale: #6C6C6C. Windows color (decimal): -3588250 or 6701001. OLE color: 6701001.

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

Color convert

RGB 201 63 102 -
CMYK 0 0.69 0.49 0.21
HSL 343.04º 0.56% 0.52% -
HSV(B) 343.04º 0.69% 0.79% -
XYZ 28.26 16.93 14.35 -
YUV 108.71 124.22 193.83 -
System Red Green Blue C M Y K H S L
Decimal 201 63 102 0 0.69 0.49 0.21 343.04 0.56 0.52
Hex C9 3F 66 0 45 31 15 157 38 34
Octal 311 77 146 0 105 61 25 527 70 64
Binary 11001001 111111 1100110 0 1000101 110001 10101 101010111 111000 110100

Color Harmonies of #C93F66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C93F66

Black with #C93F66

Text Example


Text Example

White with #C93F66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C93F66; }

 p { color: rgb(201,63,102); }

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

background-color css

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

 a { background-color: rgb(201,63,102); }

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

border-color css

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

 span { border-color: rgb(201,63,102); }

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