Html Css Color HEX #C35163 Cabaret

📋 copy color: '#C35163'

red 195 ◦ green 81 ◦ blue 99

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

Shades of Cabaret #C35163

Tints of Cabaret #C35163

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 26.4%

R = 52%
G = 21.6%
B = 26.4%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.49

 K value IS 0.24

RGB Variations

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

Color information

#C35163 (or 0xC35163) is known color: Cabaret. HEX triplet: C3, 51 and 63. RGB value is (195,81,99). Sum of RGB (Red+Green+Blue) = 195+81+99=375 (49% of max value = 765). Red value is 195 (76.56% from 255 or 52% from 375); Green value is 81 (32.03% from 255 or 21.6% from 375); Blue value is 99 (39.06% from 255 or 26.4% from 375); Max value from RGB is 195 - color contains mainly: red. Hex color #C35163 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C35163 is #3CAE9C. Grayscale: #757575. Windows color (decimal): -3976861 or 6508995. OLE color: 6508995.

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

Color convert

RGB 195 81 99 -
CMYK 0 0.58 0.49 0.24
HSL 350.53º 0.49% 0.54% -
HSV(B) 350.53º 0.58% 0.76% -
XYZ 27.7 18.39 13.89 -
YUV 117.14 117.77 183.54 -
System Red Green Blue C M Y K H S L
Decimal 195 81 99 0 0.58 0.49 0.24 350.53 0.49 0.54
Hex C3 51 63 0 3A 31 18 15F 31 36
Octal 303 121 143 0 72 61 30 537 61 66
Binary 11000011 1010001 1100011 0 111010 110001 11000 101011111 110001 110110

Color Harmonies of #C35163

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C35163

Black with #C35163

Text Example


Text Example

White with #C35163

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C35163; }

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

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

background-color css

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

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

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

border-color css

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

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

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