Html Css Color HEX #C36272 Cabaret

📋 copy color: '#C36272'

red 195 ◦ green 98 ◦ blue 114

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

Shades of Cabaret #C36272

Tints of Cabaret #C36272

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 28.01%

R = 47.91%
G = 24.08%
B = 28.01%

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

#C36272 (or 0xC36272) is known color: Cabaret. HEX triplet: C3, 62 and 72. RGB value is (195,98,114). Sum of RGB (Red+Green+Blue) = 195+98+114=407 (53% of max value = 765). Red value is 195 (76.56% from 255 or 47.91% from 407); Green value is 98 (38.67% from 255 or 24.08% from 407); Blue value is 114 (44.92% from 255 or 28.01% from 407); Max value from RGB is 195 - color contains mainly: red. Hex color #C36272 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C36272 is #3C9D8D. Grayscale: #808080. Windows color (decimal): -3972494 or 7496387. OLE color: 7496387.

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

Color convert

RGB 195 98 114 -
CMYK 0 0.50 0.42 0.24
HSL 350.1º 0.45% 0.57% -
HSV(B) 350.1º 0.5% 0.76% -
XYZ 29.91 21.55 18.5 -
YUV 128.83 119.64 175.2 -
System Red Green Blue C M Y K H S L
Decimal 195 98 114 0 0.50 0.42 0.24 350.1 0.45 0.57
Hex C3 62 72 0 32 2A 18 15E 2D 39
Octal 303 142 162 0 62 52 30 536 55 71
Binary 11000011 1100010 1110010 0 110010 101010 11000 101011110 101101 111001

Color Harmonies of #C36272

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C36272

Black with #C36272

Text Example


Text Example

White with #C36272

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C36272; }

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

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

background-color css

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

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

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

border-color css

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

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

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