Html Css Color HEX #C45065 Cabaret

📋 copy color: '#C45065'

red 196 ◦ green 80 ◦ blue 101

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

Shades of Cabaret #C45065

Tints of Cabaret #C45065

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 26.79%

R = 51.99%
G = 21.22%
B = 26.79%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.48

 K value IS 0.23

RGB Variations

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

Color information

#C45065 (or 0xC45065) is known color: Cabaret. HEX triplet: C4, 50 and 65. RGB value is (196,80,101). Sum of RGB (Red+Green+Blue) = 196+80+101=377 (49% of max value = 765). Red value is 196 (76.95% from 255 or 51.99% from 377); Green value is 80 (31.64% from 255 or 21.22% from 377); Blue value is 101 (39.84% from 255 or 26.79% from 377); Max value from RGB is 196 - color contains mainly: red. Hex color #C45065 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C45065 is #3BAF9A. Grayscale: #757575. Windows color (decimal): -3911579 or 6639812. OLE color: 6639812.

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

Color convert

RGB 196 80 101 -
CMYK 0 0.59 0.48 0.23
HSL 349.14º 0.5% 0.54% -
HSV(B) 349.14º 0.59% 0.77% -
XYZ 27.98 18.41 14.39 -
YUV 117.08 118.93 184.29 -
System Red Green Blue C M Y K H S L
Decimal 196 80 101 0 0.59 0.48 0.23 349.14 0.5 0.54
Hex C4 50 65 0 3B 30 17 15D 32 36
Octal 304 120 145 0 73 60 27 535 62 66
Binary 11000100 1010000 1100101 0 111011 110000 10111 101011101 110010 110110

Color Harmonies of #C45065

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C45065

Black with #C45065

Text Example


Text Example

White with #C45065

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C45065; }

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

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

background-color css

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

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

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

border-color css

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

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

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