Html Css Color HEX #C45366 Cabaret

📋 copy color: '#C45366'

red 196 ◦ green 83 ◦ blue 102

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

Shades of Cabaret #C45366

Tints of Cabaret #C45366

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 26.77%

R = 51.44%
G = 21.78%
B = 26.77%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.48

 K value IS 0.23

RGB Variations

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

Color information

#C45366 (or 0xC45366) is known color: Cabaret. HEX triplet: C4, 53 and 66. RGB value is (196,83,102). Sum of RGB (Red+Green+Blue) = 196+83+102=381 (50% of max value = 765). Red value is 196 (76.95% from 255 or 51.44% from 381); Green value is 83 (32.81% from 255 or 21.78% from 381); Blue value is 102 (40.23% from 255 or 26.77% from 381); Max value from RGB is 196 - color contains mainly: red. Hex color #C45366 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C45366 is #3BAC99. Grayscale: #767676. Windows color (decimal): -3910810 or 6706116. OLE color: 6706116.

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

Color convert

RGB 196 83 102 -
CMYK 0 0.58 0.48 0.23
HSL 349.91º 0.49% 0.55% -
HSV(B) 349.91º 0.58% 0.77% -
XYZ 28.26 18.88 14.73 -
YUV 118.95 118.44 182.96 -
System Red Green Blue C M Y K H S L
Decimal 196 83 102 0 0.58 0.48 0.23 349.91 0.49 0.55
Hex C4 53 66 0 3A 30 17 15E 31 37
Octal 304 123 146 0 72 60 27 536 61 67
Binary 11000100 1010011 1100110 0 111010 110000 10111 101011110 110001 110111

Color Harmonies of #C45366

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C45366

Black with #C45366

Text Example


Text Example

White with #C45366

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C45366; }

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

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

background-color css

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

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

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

border-color css

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

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

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