Html Css Color HEX #C36076 Cabaret

📋 copy color: '#C36076'

red 195 ◦ green 96 ◦ blue 118

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

Shades of Cabaret #C36076

Tints of Cabaret #C36076

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 28.85%

R = 47.68%
G = 23.47%
B = 28.85%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.39

 K value IS 0.24

RGB Variations

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

Color information

#C36076 (or 0xC36076) is known color: Cabaret. HEX triplet: C3, 60 and 76. RGB value is (195,96,118). Sum of RGB (Red+Green+Blue) = 195+96+118=409 (54% of max value = 765). Red value is 195 (76.56% from 255 or 47.68% from 409); Green value is 96 (37.89% from 255 or 23.47% from 409); Blue value is 118 (46.48% from 255 or 28.85% from 409); Max value from RGB is 195 - color contains mainly: red. Hex color #C36076 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C36076 is #3C9F89. Grayscale: #808080. Windows color (decimal): -3973002 or 7758019. OLE color: 7758019.

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

Color convert

RGB 195 96 118 -
CMYK 0 0.51 0.39 0.24
HSL 346.67º 0.45% 0.57% -
HSV(B) 346.67º 0.51% 0.76% -
XYZ 29.96 21.28 19.67 -
YUV 128.11 122.3 175.71 -
System Red Green Blue C M Y K H S L
Decimal 195 96 118 0 0.51 0.39 0.24 346.67 0.45 0.57
Hex C3 60 76 0 33 27 18 15B 2D 39
Octal 303 140 166 0 63 47 30 533 55 71
Binary 11000011 1100000 1110110 0 110011 100111 11000 101011011 101101 111001

Color Harmonies of #C36076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C36076

Black with #C36076

Text Example


Text Example

White with #C36076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C36076; }

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

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

background-color css

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

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

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

border-color css

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

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

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