Html Css Color HEX #C36271 Cabaret

📋 copy color: '#C36271'

red 195 ◦ green 98 ◦ blue 113

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

Shades of Cabaret #C36271

Tints of Cabaret #C36271

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 27.83%

R = 48.03%
G = 24.14%
B = 27.83%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.42

 K value IS 0.24

RGB Variations

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

Color information

#C36271 (or 0xC36271) is known color: Cabaret. HEX triplet: C3, 62 and 71. RGB value is (195,98,113). Sum of RGB (Red+Green+Blue) = 195+98+113=406 (53% of max value = 765). Red value is 195 (76.56% from 255 or 48.03% from 406); Green value is 98 (38.67% from 255 or 24.14% from 406); Blue value is 113 (44.53% from 255 or 27.83% from 406); Max value from RGB is 195 - color contains mainly: red. Hex color #C36271 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C36271 is #3C9D8E. Grayscale: #808080. Windows color (decimal): -3972495 or 7430851. OLE color: 7430851.

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

Color convert

RGB 195 98 113 -
CMYK 0 0.50 0.42 0.24
HSL 350.72º 0.45% 0.57% -
HSV(B) 350.72º 0.5% 0.76% -
XYZ 29.85 21.53 18.2 -
YUV 128.71 119.14 175.28 -
System Red Green Blue C M Y K H S L
Decimal 195 98 113 0 0.50 0.42 0.24 350.72 0.45 0.57
Hex C3 62 71 0 32 2A 18 15F 2D 39
Octal 303 142 161 0 62 52 30 537 55 71
Binary 11000011 1100010 1110001 0 110010 101010 11000 101011111 101101 111001

Color Harmonies of #C36271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C36271

Black with #C36271

Text Example


Text Example

White with #C36271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C36271; }

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

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

background-color css

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

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

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

border-color css

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

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

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