Html Css Color HEX #C3516A Cabaret

📋 copy color: '#C3516A'

red 195 ◦ green 81 ◦ blue 106

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

Shades of Cabaret #C3516A

Tints of Cabaret #C3516A

RGB

 RED value IS 195 (76.56% from 255) = 51.05%

 GREEN value IS 81 (32.03% from 255) = 21.2%

 BLUE value IS 106 (41.8% from 255) = 27.75%

R = 51.05%
G = 21.2%
B = 27.75%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.46

 K value IS 0.24

RGB Variations

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

Color information

#C3516A (or 0xC3516A) is known color: Cabaret. HEX triplet: C3, 51 and 6A. RGB value is (195,81,106). Sum of RGB (Red+Green+Blue) = 195+81+106=382 (50% of max value = 765). Red value is 195 (76.56% from 255 or 51.05% from 382); Green value is 81 (32.03% from 255 or 21.20% from 382); Blue value is 106 (41.80% from 255 or 27.75% from 382); Max value from RGB is 195 - color contains mainly: red. Hex color #C3516A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C3516A is #3CAE95. Grayscale: #757575. Windows color (decimal): -3976854 or 6967747. OLE color: 6967747.

HSL color Cylindrical-coordinate representation of color #C3516A: hue angle of 346.84º degrees, saturation: 0.49, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C3516A is Cyan = 0, Magento = 0.58, Yellow = 0.46 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 81 106 -
CMYK 0 0.58 0.46 0.24
HSL 346.84º 0.49% 0.54% -
HSV(B) 346.84º 0.58% 0.76% -
XYZ 28.05 18.53 15.73 -
YUV 117.94 121.27 182.97 -
System Red Green Blue C M Y K H S L
Decimal 195 81 106 0 0.58 0.46 0.24 346.84 0.49 0.54
Hex C3 51 6A 0 3A 2E 18 15B 31 36
Octal 303 121 152 0 72 56 30 533 61 66
Binary 11000011 1010001 1101010 0 111010 101110 11000 101011011 110001 110110

Color Harmonies of #C3516A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3516A

Black with #C3516A

Text Example


Text Example

White with #C3516A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3516A; }

 p { color: rgb(195,81,106); }

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

background-color css

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

 a { background-color: rgb(195,81,106); }

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

border-color css

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

 span { border-color: rgb(195,81,106); }

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