Html Css Color HEX #C45075 Cabaret

📋 copy color: '#C45075'

red 196 ◦ green 80 ◦ blue 117

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

Shades of Cabaret #C45075

Tints of Cabaret #C45075

RGB

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

 GREEN value IS 80 (31.64% from 255) = 20.36%

 BLUE value IS 117 (46.09% from 255) = 29.77%

R = 49.87%
G = 20.36%
B = 29.77%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.40

 K value IS 0.23

RGB Variations

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

Color information

#C45075 (or 0xC45075) is known color: Cabaret. HEX triplet: C4, 50 and 75. RGB value is (196,80,117). Sum of RGB (Red+Green+Blue) = 196+80+117=393 (52% of max value = 765). Red value is 196 (76.95% from 255 or 49.87% from 393); Green value is 80 (31.64% from 255 or 20.36% from 393); Blue value is 117 (46.09% from 255 or 29.77% from 393); Max value from RGB is 196 - color contains mainly: red. Hex color #C45075 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C45075 is #3BAF8A. Grayscale: #767676. Windows color (decimal): -3911563 or 7688388. OLE color: 7688388.

HSL color Cylindrical-coordinate representation of color #C45075: hue angle of 340.86º degrees, saturation: 0.5, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C45075 is Cyan = 0, Magento = 0.59, Yellow = 0.40 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 80 117 -
CMYK 0 0.59 0.40 0.23
HSL 340.86º 0.5% 0.54% -
HSV(B) 340.86º 0.59% 0.77% -
XYZ 28.84 18.76 18.93 -
YUV 118.9 126.93 182.99 -
System Red Green Blue C M Y K H S L
Decimal 196 80 117 0 0.59 0.40 0.23 340.86 0.5 0.54
Hex C4 50 75 0 3B 28 17 155 32 36
Octal 304 120 165 0 73 50 27 525 62 66
Binary 11000100 1010000 1110101 0 111011 101000 10111 101010101 110010 110110

Color Harmonies of #C45075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C45075

Black with #C45075

Text Example


Text Example

White with #C45075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C45075; }

 p { color: rgb(196,80,117); }

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

background-color css

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

 a { background-color: rgb(196,80,117); }

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

border-color css

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

 span { border-color: rgb(196,80,117); }

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