Html Css Color HEX #C93F6B Cabaret

📋 copy color: '#C93F6B'

red 201 ◦ green 63 ◦ blue 107

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

Shades of Cabaret #C93F6B

Tints of Cabaret #C93F6B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 28.84%

R = 54.18%
G = 16.98%
B = 28.84%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.47

 K value IS 0.21

RGB Variations

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

Color information

#C93F6B (or 0xC93F6B) is known color: Cabaret. HEX triplet: C9, 3F and 6B. RGB value is (201,63,107). Sum of RGB (Red+Green+Blue) = 201+63+107=371 (49% of max value = 765). Red value is 201 (78.91% from 255 or 54.18% from 371); Green value is 63 (25% from 255 or 16.98% from 371); Blue value is 107 (42.19% from 255 or 28.84% from 371); Max value from RGB is 201 - color contains mainly: red. Hex color #C93F6B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C93F6B is #36C094. Grayscale: #6D6D6D. Windows color (decimal): -3588245 or 7028681. OLE color: 7028681.

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

Color convert

RGB 201 63 107 -
CMYK 0 0.69 0.47 0.21
HSL 340.87º 0.56% 0.52% -
HSV(B) 340.87º 0.69% 0.79% -
XYZ 28.52 17.03 15.69 -
YUV 109.28 126.72 193.42 -
System Red Green Blue C M Y K H S L
Decimal 201 63 107 0 0.69 0.47 0.21 340.87 0.56 0.52
Hex C9 3F 6B 0 45 2F 15 155 38 34
Octal 311 77 153 0 105 57 25 525 70 64
Binary 11001001 111111 1101011 0 1000101 101111 10101 101010101 111000 110100

Color Harmonies of #C93F6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C93F6B

Black with #C93F6B

Text Example


Text Example

White with #C93F6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C93F6B; }

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

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

background-color css

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

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

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

border-color css

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

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

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