Html Css Color HEX #C36670 Cabaret

📋 copy color: '#C36670'

red 195 ◦ green 102 ◦ blue 112

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

Shades of Cabaret #C36670

Tints of Cabaret #C36670

RGB

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

 GREEN value IS 102 (40.23% from 255) = 24.94%

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

R = 47.68%
G = 24.94%
B = 27.38%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.43

 K value IS 0.24

RGB Variations

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

Color information

#C36670 (or 0xC36670) is known color: Cabaret. HEX triplet: C3, 66 and 70. RGB value is (195,102,112). Sum of RGB (Red+Green+Blue) = 195+102+112=409 (54% of max value = 765). Red value is 195 (76.56% from 255 or 47.68% from 409); Green value is 102 (40.23% from 255 or 24.94% from 409); Blue value is 112 (44.14% from 255 or 27.38% from 409); Max value from RGB is 195 - color contains mainly: red. Hex color #C36670 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C36670 is #3C998F. Grayscale: #838383. Windows color (decimal): -3971472 or 7366339. OLE color: 7366339.

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

Color convert

RGB 195 102 112 -
CMYK 0 0.48 0.43 0.24
HSL 353.55º 0.44% 0.58% -
HSV(B) 353.55º 0.48% 0.76% -
XYZ 30.18 22.27 18.04 -
YUV 130.95 117.31 173.69 -
System Red Green Blue C M Y K H S L
Decimal 195 102 112 0 0.48 0.43 0.24 353.55 0.44 0.58
Hex C3 66 70 0 30 2B 18 162 2C 3A
Octal 303 146 160 0 60 53 30 542 54 72
Binary 11000011 1100110 1110000 0 110000 101011 11000 101100010 101100 111010

Color Harmonies of #C36670

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C36670

Black with #C36670

Text Example


Text Example

White with #C36670

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C36670; }

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

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

background-color css

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

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

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

border-color css

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

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

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