Html Css Color HEX #C36971 Cabaret

📋 copy color: '#C36971'

red 195 ◦ green 105 ◦ blue 113

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

Shades of Cabaret #C36971

Tints of Cabaret #C36971

RGB

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

 GREEN value IS 105 (41.41% from 255) = 25.42%

 BLUE value IS 113 (44.53% from 255) = 27.36%

R = 47.22%
G = 25.42%
B = 27.36%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.42

 K value IS 0.24

RGB Variations

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

Color information

#C36971 (or 0xC36971) is known color: Cabaret. HEX triplet: C3, 69 and 71. RGB value is (195,105,113). Sum of RGB (Red+Green+Blue) = 195+105+113=413 (54% of max value = 765). Red value is 195 (76.56% from 255 or 47.22% from 413); Green value is 105 (41.41% from 255 or 25.42% from 413); Blue value is 113 (44.53% from 255 or 27.36% from 413); Max value from RGB is 195 - color contains mainly: red. Hex color #C36971 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C36971 is #3C968E. Grayscale: #848484. Windows color (decimal): -3970703 or 7432643. OLE color: 7432643.

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

Color convert

RGB 195 105 113 -
CMYK 0 0.46 0.42 0.24
HSL 354.67º 0.43% 0.59% -
HSV(B) 354.67º 0.46% 0.76% -
XYZ 30.54 22.9 18.43 -
YUV 132.82 116.82 172.35 -
System Red Green Blue C M Y K H S L
Decimal 195 105 113 0 0.46 0.42 0.24 354.67 0.43 0.59
Hex C3 69 71 0 2E 2A 18 163 2B 3B
Octal 303 151 161 0 56 52 30 543 53 73
Binary 11000011 1101001 1110001 0 101110 101010 11000 101100011 101011 111011

Color Harmonies of #C36971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C36971

Black with #C36971

Text Example


Text Example

White with #C36971

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C36971; }

 p { color: rgb(195,105,113); }

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

background-color css

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

 a { background-color: rgb(195,105,113); }

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

border-color css

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

 span { border-color: rgb(195,105,113); }

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