Html Css Color HEX #C36672 Cabaret

📋 copy color: '#C36672'

red 195 ◦ green 102 ◦ blue 114

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

Shades of Cabaret #C36672

Tints of Cabaret #C36672

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 27.74%

R = 47.45%
G = 24.82%
B = 27.74%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.42

 K value IS 0.24

RGB Variations

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

Color information

#C36672 (or 0xC36672) is known color: Cabaret. HEX triplet: C3, 66 and 72. RGB value is (195,102,114). Sum of RGB (Red+Green+Blue) = 195+102+114=411 (54% of max value = 765). Red value is 195 (76.56% from 255 or 47.45% from 411); Green value is 102 (40.23% from 255 or 24.82% from 411); Blue value is 114 (44.92% from 255 or 27.74% from 411); Max value from RGB is 195 - color contains mainly: red. Hex color #C36672 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C36672 is #3C998D. Grayscale: #838383. Windows color (decimal): -3971470 or 7497411. OLE color: 7497411.

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

Color convert

RGB 195 102 114 -
CMYK 0 0.48 0.42 0.24
HSL 352.26º 0.44% 0.58% -
HSV(B) 352.26º 0.48% 0.76% -
XYZ 30.29 22.32 18.63 -
YUV 131.18 118.31 173.52 -
System Red Green Blue C M Y K H S L
Decimal 195 102 114 0 0.48 0.42 0.24 352.26 0.44 0.58
Hex C3 66 72 0 30 2A 18 160 2C 3A
Octal 303 146 162 0 60 52 30 540 54 72
Binary 11000011 1100110 1110010 0 110000 101010 11000 101100000 101100 111010

Color Harmonies of #C36672

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C36672

Black with #C36672

Text Example


Text Example

White with #C36672

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C36672; }

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

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

background-color css

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

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

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

border-color css

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

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

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