Html Css Color HEX #C93F6E Cabaret

📋 copy color: '#C93F6E'

red 201 ◦ green 63 ◦ blue 110

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

Shades of Cabaret #C93F6E

Tints of Cabaret #C93F6E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 29.41%

R = 53.74%
G = 16.84%
B = 29.41%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.45

 K value IS 0.21

RGB Variations

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

Color information

#C93F6E (or 0xC93F6E) is known color: Cabaret. HEX triplet: C9, 3F and 6E. RGB value is (201,63,110). Sum of RGB (Red+Green+Blue) = 201+63+110=374 (49% of max value = 765). Red value is 201 (78.91% from 255 or 53.74% from 374); Green value is 63 (25% from 255 or 16.84% from 374); Blue value is 110 (43.36% from 255 or 29.41% from 374); Max value from RGB is 201 - color contains mainly: red. Hex color #C93F6E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C93F6E is #36C091. Grayscale: #6D6D6D. Windows color (decimal): -3588242 or 7225289. OLE color: 7225289.

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

Color convert

RGB 201 63 110 -
CMYK 0 0.69 0.45 0.21
HSL 339.57º 0.56% 0.52% -
HSV(B) 339.57º 0.69% 0.79% -
XYZ 28.68 17.1 16.54 -
YUV 109.62 128.22 193.18 -
System Red Green Blue C M Y K H S L
Decimal 201 63 110 0 0.69 0.45 0.21 339.57 0.56 0.52
Hex C9 3F 6E 0 45 2D 15 154 38 34
Octal 311 77 156 0 105 55 25 524 70 64
Binary 11001001 111111 1101110 0 1000101 101101 10101 101010100 111000 110100

Color Harmonies of #C93F6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C93F6E

Black with #C93F6E

Text Example


Text Example

White with #C93F6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C93F6E; }

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

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

background-color css

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

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

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

border-color css

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

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

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