Html Css Color HEX #C84160 Cabaret

📋 copy color: '#C84160'

red 200 ◦ green 65 ◦ blue 96

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

Shades of Cabaret #C84160

Tints of Cabaret #C84160

RGB

 RED value IS 200 (78.52% from 255) = 55.4%

 GREEN value IS 65 (25.78% from 255) = 18.01%

 BLUE value IS 96 (37.89% from 255) = 26.59%

R = 55.4%
G = 18.01%
B = 26.59%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.52

 K value IS 0.22

RGB Variations

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

Color information

#C84160 (or 0xC84160) is known color: Cabaret. HEX triplet: C8, 41 and 60. RGB value is (200,65,96). Sum of RGB (Red+Green+Blue) = 200+65+96=361 (47% of max value = 765). Red value is 200 (78.52% from 255 or 55.40% from 361); Green value is 65 (25.78% from 255 or 18.01% from 361); Blue value is 96 (37.89% from 255 or 26.59% from 361); Max value from RGB is 200 - color contains mainly: red. Hex color #C84160 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C84160 is #37BE9F. Grayscale: #6C6C6C. Windows color (decimal): -3653280 or 6308296. OLE color: 6308296.

HSL color Cylindrical-coordinate representation of color #C84160: hue angle of 346.22º degrees, saturation: 0.55, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C84160 is Cyan = 0, Magento = 0.68, Yellow = 0.52 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 65 96 -
CMYK 0 0.68 0.52 0.22
HSL 346.22º 0.55% 0.52% -
HSV(B) 346.22º 0.68% 0.78% -
XYZ 27.82 16.9 12.86 -
YUV 108.9 120.73 192.98 -
System Red Green Blue C M Y K H S L
Decimal 200 65 96 0 0.68 0.52 0.22 346.22 0.55 0.52
Hex C8 41 60 0 44 34 16 15A 37 34
Octal 310 101 140 0 104 64 26 532 67 64
Binary 11001000 1000001 1100000 0 1000100 110100 10110 101011010 110111 110100

Color Harmonies of #C84160

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C84160

Black with #C84160

Text Example


Text Example

White with #C84160

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C84160; }

 p { color: rgb(200,65,96); }

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

background-color css

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

 a { background-color: rgb(200,65,96); }

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

border-color css

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

 span { border-color: rgb(200,65,96); }

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