Html Css Color HEX #C36874 Cabaret

📋 copy color: '#C36874'

red 195 ◦ green 104 ◦ blue 116

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

Shades of Cabaret #C36874

Tints of Cabaret #C36874

RGB

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

 GREEN value IS 104 (41.02% from 255) = 25.06%

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

R = 46.99%
G = 25.06%
B = 27.95%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.41

 K value IS 0.24

RGB Variations

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

Color information

#C36874 (or 0xC36874) is known color: Cabaret. HEX triplet: C3, 68 and 74. RGB value is (195,104,116). Sum of RGB (Red+Green+Blue) = 195+104+116=415 (54% of max value = 765). Red value is 195 (76.56% from 255 or 46.99% from 415); Green value is 104 (41.02% from 255 or 25.06% from 415); Blue value is 116 (45.70% from 255 or 27.95% from 415); Max value from RGB is 195 - color contains mainly: red. Hex color #C36874 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C36874 is #3C978B. Grayscale: #848484. Windows color (decimal): -3970956 or 7628995. OLE color: 7628995.

HSL color Cylindrical-coordinate representation of color #C36874: hue angle of 352.09º degrees, saturation: 0.43, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C36874 is Cyan = 0, Magento = 0.47, Yellow = 0.41 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 104 116 -
CMYK 0 0.47 0.41 0.24
HSL 352.09º 0.43% 0.59% -
HSV(B) 352.09º 0.47% 0.76% -
XYZ 30.61 22.76 19.3 -
YUV 132.58 118.65 172.52 -
System Red Green Blue C M Y K H S L
Decimal 195 104 116 0 0.47 0.41 0.24 352.09 0.43 0.59
Hex C3 68 74 0 2F 29 18 160 2B 3B
Octal 303 150 164 0 57 51 30 540 53 73
Binary 11000011 1101000 1110100 0 101111 101001 11000 101100000 101011 111011

Color Harmonies of #C36874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C36874

Black with #C36874

Text Example


Text Example

White with #C36874

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C36874; }

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

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

background-color css

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

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

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

border-color css

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

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

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