Html Css Color HEX #C36072 Cabaret

📋 copy color: '#C36072'

red 195 ◦ green 96 ◦ blue 114

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

Shades of Cabaret #C36072

Tints of Cabaret #C36072

RGB

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

 GREEN value IS 96 (37.89% from 255) = 23.7%

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

R = 48.15%
G = 23.7%
B = 28.15%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.42

 K value IS 0.24

RGB Variations

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

Color information

#C36072 (or 0xC36072) is known color: Cabaret. HEX triplet: C3, 60 and 72. RGB value is (195,96,114). Sum of RGB (Red+Green+Blue) = 195+96+114=405 (53% of max value = 765). Red value is 195 (76.56% from 255 or 48.15% from 405); Green value is 96 (37.89% from 255 or 23.70% from 405); Blue value is 114 (44.92% from 255 or 28.15% from 405); Max value from RGB is 195 - color contains mainly: red. Hex color #C36072 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C36072 is #3C9F8D. Grayscale: #7F7F7F. Windows color (decimal): -3973006 or 7495875. OLE color: 7495875.

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

Color convert

RGB 195 96 114 -
CMYK 0 0.51 0.42 0.24
HSL 349.09º 0.45% 0.57% -
HSV(B) 349.09º 0.51% 0.76% -
XYZ 29.73 21.18 18.44 -
YUV 127.65 120.3 176.04 -
System Red Green Blue C M Y K H S L
Decimal 195 96 114 0 0.51 0.42 0.24 349.09 0.45 0.57
Hex C3 60 72 0 33 2A 18 15D 2D 39
Octal 303 140 162 0 63 52 30 535 55 71
Binary 11000011 1100000 1110010 0 110011 101010 11000 101011101 101101 111001

Color Harmonies of #C36072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C36072

Black with #C36072

Text Example


Text Example

White with #C36072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C36072; }

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

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

background-color css

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

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

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

border-color css

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

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

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