Html Css Color HEX #C36276 Cabaret

📋 copy color: '#C36276'

red 195 ◦ green 98 ◦ blue 118

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

Shades of Cabaret #C36276

Tints of Cabaret #C36276

RGB

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

 GREEN value IS 98 (38.67% from 255) = 23.84%

 BLUE value IS 118 (46.48% from 255) = 28.71%

R = 47.45%
G = 23.84%
B = 28.71%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.39

 K value IS 0.24

RGB Variations

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

Color information

#C36276 (or 0xC36276) is known color: Cabaret. HEX triplet: C3, 62 and 76. RGB value is (195,98,118). Sum of RGB (Red+Green+Blue) = 195+98+118=411 (54% of max value = 765). Red value is 195 (76.56% from 255 or 47.45% from 411); Green value is 98 (38.67% from 255 or 23.84% from 411); Blue value is 118 (46.48% from 255 or 28.71% from 411); Max value from RGB is 195 - color contains mainly: red. Hex color #C36276 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C36276 is #3C9D89. Grayscale: #818181. Windows color (decimal): -3972490 or 7758531. OLE color: 7758531.

HSL color Cylindrical-coordinate representation of color #C36276: hue angle of 347.63º degrees, saturation: 0.45, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C36276 is Cyan = 0, Magento = 0.50, Yellow = 0.39 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 98 118 -
CMYK 0 0.50 0.39 0.24
HSL 347.63º 0.45% 0.57% -
HSV(B) 347.63º 0.5% 0.76% -
XYZ 30.14 21.65 19.73 -
YUV 129.28 121.64 174.87 -
System Red Green Blue C M Y K H S L
Decimal 195 98 118 0 0.50 0.39 0.24 347.63 0.45 0.57
Hex C3 62 76 0 32 27 18 15C 2D 39
Octal 303 142 166 0 62 47 30 534 55 71
Binary 11000011 1100010 1110110 0 110010 100111 11000 101011100 101101 111001

Color Harmonies of #C36276

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C36276

Black with #C36276

Text Example


Text Example

White with #C36276

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C36276; }

 p { color: rgb(195,98,118); }

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

background-color css

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

 a { background-color: rgb(195,98,118); }

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

border-color css

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

 span { border-color: rgb(195,98,118); }

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