Html Css Color HEX #C36170 Cabaret

📋 copy color: '#C36170'

red 195 ◦ green 97 ◦ blue 112

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

Shades of Cabaret #C36170

Tints of Cabaret #C36170

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 27.72%

R = 48.27%
G = 24.01%
B = 27.72%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.43

 K value IS 0.24

RGB Variations

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

Color information

#C36170 (or 0xC36170) is known color: Cabaret. HEX triplet: C3, 61 and 70. RGB value is (195,97,112). Sum of RGB (Red+Green+Blue) = 195+97+112=404 (53% of max value = 765). Red value is 195 (76.56% from 255 or 48.27% from 404); Green value is 97 (38.28% from 255 or 24.01% from 404); Blue value is 112 (44.14% from 255 or 27.72% from 404); Max value from RGB is 195 - color contains mainly: red. Hex color #C36170 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C36170 is #3C9E8F. Grayscale: #808080. Windows color (decimal): -3972752 or 7365059. OLE color: 7365059.

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

Color convert

RGB 195 97 112 -
CMYK 0 0.50 0.43 0.24
HSL 350.82º 0.45% 0.57% -
HSV(B) 350.82º 0.5% 0.76% -
XYZ 29.71 21.32 17.88 -
YUV 128.01 118.97 175.78 -
System Red Green Blue C M Y K H S L
Decimal 195 97 112 0 0.50 0.43 0.24 350.82 0.45 0.57
Hex C3 61 70 0 32 2B 18 15F 2D 39
Octal 303 141 160 0 62 53 30 537 55 71
Binary 11000011 1100001 1110000 0 110010 101011 11000 101011111 101101 111001

Color Harmonies of #C36170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C36170

Black with #C36170

Text Example


Text Example

White with #C36170

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C36170; }

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

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

background-color css

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

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

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

border-color css

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

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

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