Html Css Color HEX #C3486D Cabaret

📋 copy color: '#C3486D'

red 195 ◦ green 72 ◦ blue 109

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

Shades of Cabaret #C3486D

Tints of Cabaret #C3486D

RGB

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

 GREEN value IS 72 (28.52% from 255) = 19.15%

 BLUE value IS 109 (42.97% from 255) = 28.99%

R = 51.86%
G = 19.15%
B = 28.99%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.44

 K value IS 0.24

RGB Variations

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

Color information

#C3486D (or 0xC3486D) is known color: Cabaret. HEX triplet: C3, 48 and 6D. RGB value is (195,72,109). Sum of RGB (Red+Green+Blue) = 195+72+109=376 (49% of max value = 765). Red value is 195 (76.56% from 255 or 51.86% from 376); Green value is 72 (28.52% from 255 or 19.15% from 376); Blue value is 109 (42.97% from 255 or 28.99% from 376); Max value from RGB is 195 - color contains mainly: red. Hex color #C3486D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C3486D is #3CB792. Grayscale: #707070. Windows color (decimal): -3979155 or 7162051. OLE color: 7162051.

HSL color Cylindrical-coordinate representation of color #C3486D: hue angle of 341.95º degrees, saturation: 0.51, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C3486D is Cyan = 0, Magento = 0.63, Yellow = 0.44 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 72 109 -
CMYK 0 0.63 0.44 0.24
HSL 341.95º 0.51% 0.52% -
HSV(B) 341.95º 0.63% 0.76% -
XYZ 27.58 17.34 16.36 -
YUV 113 125.75 186.49 -
System Red Green Blue C M Y K H S L
Decimal 195 72 109 0 0.63 0.44 0.24 341.95 0.51 0.52
Hex C3 48 6D 0 3F 2C 18 156 33 34
Octal 303 110 155 0 77 54 30 526 63 64
Binary 11000011 1001000 1101101 0 111111 101100 11000 101010110 110011 110100

Color Harmonies of #C3486D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3486D

Black with #C3486D

Text Example


Text Example

White with #C3486D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3486D; }

 p { color: rgb(195,72,109); }

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

background-color css

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

 a { background-color: rgb(195,72,109); }

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

border-color css

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

 span { border-color: rgb(195,72,109); }

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