Html Css Color HEX #C84A70 Cabaret

📋 copy color: '#C84A70'

red 200 ◦ green 74 ◦ blue 112

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

Shades of Cabaret #C84A70

Tints of Cabaret #C84A70

RGB

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

 GREEN value IS 74 (29.3% from 255) = 19.17%

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

R = 51.81%
G = 19.17%
B = 29.02%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.44

 K value IS 0.22

RGB Variations

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

Color information

#C84A70 (or 0xC84A70) is known color: Cabaret. HEX triplet: C8, 4A and 70. RGB value is (200,74,112). Sum of RGB (Red+Green+Blue) = 200+74+112=386 (51% of max value = 765). Red value is 200 (78.52% from 255 or 51.81% from 386); Green value is 74 (29.30% from 255 or 19.17% from 386); Blue value is 112 (44.14% from 255 or 29.02% from 386); Max value from RGB is 200 - color contains mainly: red. Hex color #C84A70 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C84A70 is #37B58F. Grayscale: #737373. Windows color (decimal): -3650960 or 7359176. OLE color: 7359176.

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

Color convert

RGB 200 74 112 -
CMYK 0 0.63 0.44 0.22
HSL 341.9º 0.53% 0.54% -
HSV(B) 341.9º 0.63% 0.78% -
XYZ 29.19 18.35 17.33 -
YUV 116.01 125.74 187.91 -
System Red Green Blue C M Y K H S L
Decimal 200 74 112 0 0.63 0.44 0.22 341.9 0.53 0.54
Hex C8 4A 70 0 3F 2C 16 156 35 36
Octal 310 112 160 0 77 54 26 526 65 66
Binary 11001000 1001010 1110000 0 111111 101100 10110 101010110 110101 110110

Color Harmonies of #C84A70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C84A70

Black with #C84A70

Text Example


Text Example

White with #C84A70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C84A70; }

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

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

background-color css

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

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

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

border-color css

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

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

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