Html Css Color HEX #C45064 Cabaret

📋 copy color: '#C45064'

red 196 ◦ green 80 ◦ blue 100

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

Shades of Cabaret #C45064

Tints of Cabaret #C45064

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 26.6%

R = 52.13%
G = 21.28%
B = 26.6%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.49

 K value IS 0.23

RGB Variations

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

Color information

#C45064 (or 0xC45064) is known color: Cabaret. HEX triplet: C4, 50 and 64. RGB value is (196,80,100). Sum of RGB (Red+Green+Blue) = 196+80+100=376 (49% of max value = 765). Red value is 196 (76.95% from 255 or 52.13% from 376); Green value is 80 (31.64% from 255 or 21.28% from 376); Blue value is 100 (39.45% from 255 or 26.60% from 376); Max value from RGB is 196 - color contains mainly: red. Hex color #C45064 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C45064 is #3BAF9B. Grayscale: #757575. Windows color (decimal): -3911580 or 6574276. OLE color: 6574276.

HSL color Cylindrical-coordinate representation of color #C45064: hue angle of 349.66º 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 #C45064 is Cyan = 0, Magento = 0.59, Yellow = 0.49 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 80 100 -
CMYK 0 0.59 0.49 0.23
HSL 349.66º 0.5% 0.54% -
HSV(B) 349.66º 0.59% 0.77% -
XYZ 27.93 18.39 14.13 -
YUV 116.96 118.43 184.37 -
System Red Green Blue C M Y K H S L
Decimal 196 80 100 0 0.59 0.49 0.23 349.66 0.5 0.54
Hex C4 50 64 0 3B 31 17 15E 32 36
Octal 304 120 144 0 73 61 27 536 62 66
Binary 11000100 1010000 1100100 0 111011 110001 10111 101011110 110010 110110

Color Harmonies of #C45064

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C45064

Black with #C45064

Text Example


Text Example

White with #C45064

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C45064; }

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

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

background-color css

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

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

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

border-color css

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

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

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