Html Css Color HEX #C36175 Cabaret

📋 copy color: '#C36175'

red 195 ◦ green 97 ◦ blue 117

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

Shades of Cabaret #C36175

Tints of Cabaret #C36175

RGB

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

 GREEN value IS 97 (38.28% from 255) = 23.72%

 BLUE value IS 117 (46.09% from 255) = 28.61%

R = 47.68%
G = 23.72%
B = 28.61%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.4

 K value IS 0.24

RGB Variations

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

Color information

#C36175 (or 0xC36175) is known color: Cabaret. HEX triplet: C3, 61 and 75. RGB value is (195,97,117). Sum of RGB (Red+Green+Blue) = 195+97+117=409 (54% of max value = 765). Red value is 195 (76.56% from 255 or 47.68% from 409); Green value is 97 (38.28% from 255 or 23.72% from 409); Blue value is 117 (46.09% from 255 or 28.61% from 409); Max value from RGB is 195 - color contains mainly: red. Hex color #C36175 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C36175 is #3C9E8A. Grayscale: #808080. Windows color (decimal): -3972747 or 7692739. OLE color: 7692739.

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

Color convert

RGB 195 97 117 -
CMYK 0 0.50 0.4 0.24
HSL 347.76º 0.45% 0.57% -
HSV(B) 347.76º 0.5% 0.76% -
XYZ 29.99 21.44 19.39 -
YUV 128.58 121.47 175.37 -
System Red Green Blue C M Y K H S L
Decimal 195 97 117 0 0.50 0.4 0.24 347.76 0.45 0.57
Hex C3 61 75 0 32 28 18 15C 2D 39
Octal 303 141 165 0 62 50 30 534 55 71
Binary 11000011 1100001 1110101 0 110010 101000 11000 101011100 101101 111001

Color Harmonies of #C36175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C36175

Black with #C36175

Text Example


Text Example

White with #C36175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C36175; }

 p { color: rgb(195,97,117); }

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

background-color css

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

 a { background-color: rgb(195,97,117); }

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

border-color css

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

 span { border-color: rgb(195,97,117); }

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