Html Css Color HEX #C93F70 Cabaret

📋 copy color: '#C93F70'

red 201 ◦ green 63 ◦ blue 112

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

Shades of Cabaret #C93F70

Tints of Cabaret #C93F70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 29.79%

R = 53.46%
G = 16.76%
B = 29.79%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.44

 K value IS 0.21

RGB Variations

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

Color information

#C93F70 (or 0xC93F70) is known color: Cabaret. HEX triplet: C9, 3F and 70. RGB value is (201,63,112). Sum of RGB (Red+Green+Blue) = 201+63+112=376 (49% of max value = 765). Red value is 201 (78.91% from 255 or 53.46% from 376); Green value is 63 (25% from 255 or 16.76% from 376); Blue value is 112 (44.14% from 255 or 29.79% from 376); Max value from RGB is 201 - color contains mainly: red. Hex color #C93F70 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C93F70 is #36C08F. Grayscale: #6D6D6D. Windows color (decimal): -3588240 or 7356361. OLE color: 7356361.

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

Color convert

RGB 201 63 112 -
CMYK 0 0.69 0.44 0.21
HSL 338.7º 0.56% 0.52% -
HSV(B) 338.7º 0.69% 0.79% -
XYZ 28.79 17.14 17.12 -
YUV 109.85 129.22 193.02 -
System Red Green Blue C M Y K H S L
Decimal 201 63 112 0 0.69 0.44 0.21 338.7 0.56 0.52
Hex C9 3F 70 0 45 2C 15 153 38 34
Octal 311 77 160 0 105 54 25 523 70 64
Binary 11001001 111111 1110000 0 1000101 101100 10101 101010011 111000 110100

Color Harmonies of #C93F70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C93F70

Black with #C93F70

Text Example


Text Example

White with #C93F70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C93F70; }

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

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

background-color css

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

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

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

border-color css

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

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

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