Html Css Color HEX #C45370 Cabaret

📋 copy color: '#C45370'

red 196 ◦ green 83 ◦ blue 112

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

Shades of Cabaret #C45370

Tints of Cabaret #C45370

RGB

 RED value IS 196 (76.95% from 255) = 50.13%

 GREEN value IS 83 (32.81% from 255) = 21.23%

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

R = 50.13%
G = 21.23%
B = 28.64%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.43

 K value IS 0.23

RGB Variations

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

Color information

#C45370 (or 0xC45370) is known color: Cabaret. HEX triplet: C4, 53 and 70. RGB value is (196,83,112). Sum of RGB (Red+Green+Blue) = 196+83+112=391 (51% of max value = 765). Red value is 196 (76.95% from 255 or 50.13% from 391); Green value is 83 (32.81% from 255 or 21.23% from 391); Blue value is 112 (44.14% from 255 or 28.64% from 391); Max value from RGB is 196 - color contains mainly: red. Hex color #C45370 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C45370 is #3BAC8F. Grayscale: #787878. Windows color (decimal): -3910800 or 7361476. OLE color: 7361476.

HSL color Cylindrical-coordinate representation of color #C45370: hue angle of 344.6º degrees, saturation: 0.49, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C45370 is Cyan = 0, Magento = 0.58, Yellow = 0.43 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 83 112 -
CMYK 0 0.58 0.43 0.23
HSL 344.6º 0.49% 0.55% -
HSV(B) 344.6º 0.58% 0.77% -
XYZ 28.78 19.09 17.5 -
YUV 120.09 123.44 182.14 -
System Red Green Blue C M Y K H S L
Decimal 196 83 112 0 0.58 0.43 0.23 344.6 0.49 0.55
Hex C4 53 70 0 3A 2B 17 159 31 37
Octal 304 123 160 0 72 53 27 531 61 67
Binary 11000100 1010011 1110000 0 111010 101011 10111 101011001 110001 110111

Color Harmonies of #C45370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C45370

Black with #C45370

Text Example


Text Example

White with #C45370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C45370; }

 p { color: rgb(196,83,112); }

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

background-color css

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

 a { background-color: rgb(196,83,112); }

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

border-color css

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

 span { border-color: rgb(196,83,112); }

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