Html Css Color HEX #C94370 Cabaret

📋 copy color: '#C94370'

red 201 ◦ green 67 ◦ blue 112

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

Shades of Cabaret #C94370

Tints of Cabaret #C94370

RGB

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

 GREEN value IS 67 (26.56% from 255) = 17.63%

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

R = 52.89%
G = 17.63%
B = 29.47%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.44

 K value IS 0.21

RGB Variations

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

Color information

#C94370 (or 0xC94370) is known color: Cabaret. HEX triplet: C9, 43 and 70. RGB value is (201,67,112). Sum of RGB (Red+Green+Blue) = 201+67+112=380 (50% of max value = 765). Red value is 201 (78.91% from 255 or 52.89% from 380); Green value is 67 (26.56% from 255 or 17.63% from 380); Blue value is 112 (44.14% from 255 or 29.47% from 380); Max value from RGB is 201 - color contains mainly: red. Hex color #C94370 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C94370 is #36BC8F. Grayscale: #707070. Windows color (decimal): -3587216 or 7357385. OLE color: 7357385.

HSL color Cylindrical-coordinate representation of color #C94370: hue angle of 339.85º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C94370 is Cyan = 0, Magento = 0.67, Yellow = 0.44 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 67 112 -
CMYK 0 0.67 0.44 0.21
HSL 339.85º 0.55% 0.53% -
HSV(B) 339.85º 0.67% 0.79% -
XYZ 29.02 17.6 17.2 -
YUV 112.2 127.89 191.34 -
System Red Green Blue C M Y K H S L
Decimal 201 67 112 0 0.67 0.44 0.21 339.85 0.55 0.53
Hex C9 43 70 0 43 2C 15 154 37 35
Octal 311 103 160 0 103 54 25 524 67 65
Binary 11001001 1000011 1110000 0 1000011 101100 10101 101010100 110111 110101

Color Harmonies of #C94370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C94370

Black with #C94370

Text Example


Text Example

White with #C94370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C94370; }

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

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

background-color css

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

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

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

border-color css

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

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

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