Html Css Color HEX #C3506C Cabaret

📋 copy color: '#C3506C'

red 195 ◦ green 80 ◦ blue 108

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

Shades of Cabaret #C3506C

Tints of Cabaret #C3506C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 28.2%

R = 50.91%
G = 20.89%
B = 28.2%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.45

 K value IS 0.24

RGB Variations

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

Color information

#C3506C (or 0xC3506C) is known color: Cabaret. HEX triplet: C3, 50 and 6C. RGB value is (195,80,108). Sum of RGB (Red+Green+Blue) = 195+80+108=383 (50% of max value = 765). Red value is 195 (76.56% from 255 or 50.91% from 383); Green value is 80 (31.64% from 255 or 20.89% from 383); Blue value is 108 (42.58% from 255 or 28.20% from 383); Max value from RGB is 195 - color contains mainly: red. Hex color #C3506C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C3506C is #3CAF93. Grayscale: #757575. Windows color (decimal): -3977108 or 7098563. OLE color: 7098563.

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

Color convert

RGB 195 80 108 -
CMYK 0 0.59 0.45 0.24
HSL 345.39º 0.49% 0.54% -
HSV(B) 345.39º 0.59% 0.76% -
XYZ 28.08 18.42 16.26 -
YUV 117.58 122.6 183.22 -
System Red Green Blue C M Y K H S L
Decimal 195 80 108 0 0.59 0.45 0.24 345.39 0.49 0.54
Hex C3 50 6C 0 3B 2D 18 159 31 36
Octal 303 120 154 0 73 55 30 531 61 66
Binary 11000011 1010000 1101100 0 111011 101101 11000 101011001 110001 110110

Color Harmonies of #C3506C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3506C

Black with #C3506C

Text Example


Text Example

White with #C3506C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3506C; }

 p { color: rgb(195,80,108); }

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

background-color css

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

 a { background-color: rgb(195,80,108); }

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

border-color css

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

 span { border-color: rgb(195,80,108); }

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