Html Css Color HEX #C84670 Cabaret

📋 copy color: '#C84670'

red 200 ◦ green 70 ◦ blue 112

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

Shades of Cabaret #C84670

Tints of Cabaret #C84670

RGB

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

 GREEN value IS 70 (27.73% from 255) = 18.32%

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

R = 52.36%
G = 18.32%
B = 29.32%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.44

 K value IS 0.22

RGB Variations

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

Color information

#C84670 (or 0xC84670) is known color: Cabaret. HEX triplet: C8, 46 and 70. RGB value is (200,70,112). Sum of RGB (Red+Green+Blue) = 200+70+112=382 (50% of max value = 765). Red value is 200 (78.52% from 255 or 52.36% from 382); Green value is 70 (27.73% from 255 or 18.32% from 382); Blue value is 112 (44.14% from 255 or 29.32% from 382); Max value from RGB is 200 - color contains mainly: red. Hex color #C84670 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C84670 is #37B98F. Grayscale: #717171. Windows color (decimal): -3651984 or 7358152. OLE color: 7358152.

HSL color Cylindrical-coordinate representation of color #C84670: hue angle of 340.62º degrees, saturation: 0.54, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C84670 is Cyan = 0, Magento = 0.65, Yellow = 0.44 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 70 112 -
CMYK 0 0.65 0.44 0.22
HSL 340.62º 0.54% 0.53% -
HSV(B) 340.62º 0.65% 0.78% -
XYZ 28.93 17.83 17.25 -
YUV 113.66 127.07 189.58 -
System Red Green Blue C M Y K H S L
Decimal 200 70 112 0 0.65 0.44 0.22 340.62 0.54 0.53
Hex C8 46 70 0 41 2C 16 155 36 35
Octal 310 106 160 0 101 54 26 525 66 65
Binary 11001000 1000110 1110000 0 1000001 101100 10110 101010101 110110 110101

Color Harmonies of #C84670

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C84670

Black with #C84670

Text Example


Text Example

White with #C84670

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C84670; }

 p { color: rgb(200,70,112); }

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

background-color css

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

 a { background-color: rgb(200,70,112); }

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

border-color css

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

 span { border-color: rgb(200,70,112); }

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