Html Css Color HEX #C45972 Cabaret

📋 copy color: '#C45972'

red 196 ◦ green 89 ◦ blue 114

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

Shades of Cabaret #C45972

Tints of Cabaret #C45972

RGB

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

 GREEN value IS 89 (35.16% from 255) = 22.31%

 BLUE value IS 114 (44.92% from 255) = 28.57%

R = 49.12%
G = 22.31%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.42

 K value IS 0.23

RGB Variations

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

Color information

#C45972 (or 0xC45972) is known color: Cabaret. HEX triplet: C4, 59 and 72. RGB value is (196,89,114). Sum of RGB (Red+Green+Blue) = 196+89+114=399 (52% of max value = 765). Red value is 196 (76.95% from 255 or 49.12% from 399); Green value is 89 (35.16% from 255 or 22.31% from 399); Blue value is 114 (44.92% from 255 or 28.57% from 399); Max value from RGB is 196 - color contains mainly: red. Hex color #C45972 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C45972 is #3BA68D. Grayscale: #7B7B7B. Windows color (decimal): -3909262 or 7494084. OLE color: 7494084.

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

Color convert

RGB 196 89 114 -
CMYK 0 0.55 0.42 0.23
HSL 345.98º 0.48% 0.56% -
HSV(B) 345.98º 0.55% 0.77% -
XYZ 29.37 20.1 18.25 -
YUV 123.84 122.45 179.47 -
System Red Green Blue C M Y K H S L
Decimal 196 89 114 0 0.55 0.42 0.23 345.98 0.48 0.56
Hex C4 59 72 0 37 2A 17 15A 30 38
Octal 304 131 162 0 67 52 27 532 60 70
Binary 11000100 1011001 1110010 0 110111 101010 10111 101011010 110000 111000

Color Harmonies of #C45972

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C45972

Black with #C45972

Text Example


Text Example

White with #C45972

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C45972; }

 p { color: rgb(196,89,114); }

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

background-color css

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

 a { background-color: rgb(196,89,114); }

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

border-color css

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

 span { border-color: rgb(196,89,114); }

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