Html Css Color HEX #C36274 Cabaret

📋 copy color: '#C36274'

red 195 ◦ green 98 ◦ blue 116

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

Shades of Cabaret #C36274

Tints of Cabaret #C36274

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 28.36%

R = 47.68%
G = 23.96%
B = 28.36%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.41

 K value IS 0.24

RGB Variations

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

Color information

#C36274 (or 0xC36274) is known color: Cabaret. HEX triplet: C3, 62 and 74. RGB value is (195,98,116). Sum of RGB (Red+Green+Blue) = 195+98+116=409 (54% of max value = 765). Red value is 195 (76.56% from 255 or 47.68% from 409); Green value is 98 (38.67% from 255 or 23.96% from 409); Blue value is 116 (45.70% from 255 or 28.36% from 409); Max value from RGB is 195 - color contains mainly: red. Hex color #C36274 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C36274 is #3C9D8B. Grayscale: #818181. Windows color (decimal): -3972492 or 7627459. OLE color: 7627459.

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

Color convert

RGB 195 98 116 -
CMYK 0 0.50 0.41 0.24
HSL 348.87º 0.45% 0.57% -
HSV(B) 348.87º 0.5% 0.76% -
XYZ 30.03 21.6 19.11 -
YUV 129.06 120.64 175.04 -
System Red Green Blue C M Y K H S L
Decimal 195 98 116 0 0.50 0.41 0.24 348.87 0.45 0.57
Hex C3 62 74 0 32 29 18 15D 2D 39
Octal 303 142 164 0 62 51 30 535 55 71
Binary 11000011 1100010 1110100 0 110010 101001 11000 101011101 101101 111001

Color Harmonies of #C36274

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C36274

Black with #C36274

Text Example


Text Example

White with #C36274

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C36274; }

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

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

background-color css

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

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

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

border-color css

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

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

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