Html Css Color HEX #C36168 Cabaret

📋 copy color: '#C36168'

red 195 ◦ green 97 ◦ blue 104

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

Shades of Cabaret #C36168

Tints of Cabaret #C36168

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 26.26%

R = 49.24%
G = 24.49%
B = 26.26%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.47

 K value IS 0.24

RGB Variations

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

Color information

#C36168 (or 0xC36168) is known color: Cabaret. HEX triplet: C3, 61 and 68. RGB value is (195,97,104). Sum of RGB (Red+Green+Blue) = 195+97+104=396 (52% of max value = 765). Red value is 195 (76.56% from 255 or 49.24% from 396); Green value is 97 (38.28% from 255 or 24.49% from 396); Blue value is 104 (41.02% from 255 or 26.26% from 396); Max value from RGB is 195 - color contains mainly: red. Hex color #C36168 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C36168 is #3C9E97. Grayscale: #7F7F7F. Windows color (decimal): -3972760 or 6840771. OLE color: 6840771.

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

Color convert

RGB 195 97 104 -
CMYK 0 0.50 0.47 0.24
HSL 355.71º 0.45% 0.57% -
HSV(B) 355.71º 0.5% 0.76% -
XYZ 29.28 21.15 15.64 -
YUV 127.1 114.97 176.43 -
System Red Green Blue C M Y K H S L
Decimal 195 97 104 0 0.50 0.47 0.24 355.71 0.45 0.57
Hex C3 61 68 0 32 2F 18 164 2D 39
Octal 303 141 150 0 62 57 30 544 55 71
Binary 11000011 1100001 1101000 0 110010 101111 11000 101100100 101101 111001

Color Harmonies of #C36168

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C36168

Black with #C36168

Text Example


Text Example

White with #C36168

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C36168; }

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

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

background-color css

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

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

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

border-color css

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

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

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