Html Css Color HEX #C36275 Cabaret

📋 copy color: '#C36275'

red 195 ◦ green 98 ◦ blue 117

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

Shades of Cabaret #C36275

Tints of Cabaret #C36275

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 28.54%

R = 47.56%
G = 23.9%
B = 28.54%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.4

 K value IS 0.24

RGB Variations

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

Color information

#C36275 (or 0xC36275) is known color: Cabaret. HEX triplet: C3, 62 and 75. RGB value is (195,98,117). Sum of RGB (Red+Green+Blue) = 195+98+117=410 (54% of max value = 765). Red value is 195 (76.56% from 255 or 47.56% from 410); Green value is 98 (38.67% from 255 or 23.90% from 410); Blue value is 117 (46.09% from 255 or 28.54% from 410); Max value from RGB is 195 - color contains mainly: red. Hex color #C36275 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C36275 is #3C9D8A. Grayscale: #818181. Windows color (decimal): -3972491 or 7692995. OLE color: 7692995.

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

Color convert

RGB 195 98 117 -
CMYK 0 0.50 0.4 0.24
HSL 348.25º 0.45% 0.57% -
HSV(B) 348.25º 0.5% 0.76% -
XYZ 30.08 21.62 19.42 -
YUV 129.17 121.14 174.96 -
System Red Green Blue C M Y K H S L
Decimal 195 98 117 0 0.50 0.4 0.24 348.25 0.45 0.57
Hex C3 62 75 0 32 28 18 15C 2D 39
Octal 303 142 165 0 62 50 30 534 55 71
Binary 11000011 1100010 1110101 0 110010 101000 11000 101011100 101101 111001

Color Harmonies of #C36275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C36275

Black with #C36275

Text Example


Text Example

White with #C36275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C36275; }

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

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

background-color css

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

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

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

border-color css

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

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

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