Html Css Color HEX #C93F6D Cabaret

📋 copy color: '#C93F6D'

red 201 ◦ green 63 ◦ blue 109

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

Shades of Cabaret #C93F6D

Tints of Cabaret #C93F6D

RGB

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

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

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

R = 53.89%
G = 16.89%
B = 29.22%

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

#C93F6D (or 0xC93F6D) is known color: Cabaret. HEX triplet: C9, 3F and 6D. RGB value is (201,63,109). Sum of RGB (Red+Green+Blue) = 201+63+109=373 (49% of max value = 765). Red value is 201 (78.91% from 255 or 53.89% from 373); Green value is 63 (25% from 255 or 16.89% from 373); Blue value is 109 (42.97% from 255 or 29.22% from 373); Max value from RGB is 201 - color contains mainly: red. Hex color #C93F6D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C93F6D is #36C092. Grayscale: #6D6D6D. Windows color (decimal): -3588243 or 7159753. OLE color: 7159753.

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

Color convert

RGB 201 63 109 -
CMYK 0 0.69 0.46 0.21
HSL 340º 0.56% 0.52% -
HSV(B) 340º 0.69% 0.79% -
XYZ 28.63 17.08 16.26 -
YUV 109.51 127.72 193.26 -
System Red Green Blue C M Y K H S L
Decimal 201 63 109 0 0.69 0.46 0.21 340 0.56 0.52
Hex C9 3F 6D 0 45 2E 15 154 38 34
Octal 311 77 155 0 105 56 25 524 70 64
Binary 11001001 111111 1101101 0 1000101 101110 10101 101010100 111000 110100

Color Harmonies of #C93F6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C93F6D

Black with #C93F6D

Text Example


Text Example

White with #C93F6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C93F6D; }

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

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

background-color css

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

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

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

border-color css

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

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

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