Html Css Color HEX #C84A72 Cabaret

📋 copy color: '#C84A72'

red 200 ◦ green 74 ◦ blue 114

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

Shades of Cabaret #C84A72

Tints of Cabaret #C84A72

RGB

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

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

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

R = 51.55%
G = 19.07%
B = 29.38%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.43

 K value IS 0.22

RGB Variations

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

Color information

#C84A72 (or 0xC84A72) is known color: Cabaret. HEX triplet: C8, 4A and 72. RGB value is (200,74,114). Sum of RGB (Red+Green+Blue) = 200+74+114=388 (51% of max value = 765). Red value is 200 (78.52% from 255 or 51.55% from 388); Green value is 74 (29.30% from 255 or 19.07% from 388); Blue value is 114 (44.92% from 255 or 29.38% from 388); Max value from RGB is 200 - color contains mainly: red. Hex color #C84A72 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C84A72 is #37B58D. Grayscale: #747474. Windows color (decimal): -3650958 or 7490248. OLE color: 7490248.

HSL color Cylindrical-coordinate representation of color #C84A72: hue angle of 340.95º 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 #C84A72 is Cyan = 0, Magento = 0.63, Yellow = 0.43 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 74 114 -
CMYK 0 0.63 0.43 0.22
HSL 340.95º 0.53% 0.54% -
HSV(B) 340.95º 0.63% 0.78% -
XYZ 29.31 18.39 17.93 -
YUV 116.23 126.74 187.75 -
System Red Green Blue C M Y K H S L
Decimal 200 74 114 0 0.63 0.43 0.22 340.95 0.53 0.54
Hex C8 4A 72 0 3F 2B 16 155 35 36
Octal 310 112 162 0 77 53 26 525 65 66
Binary 11001000 1001010 1110010 0 111111 101011 10110 101010101 110101 110110

Color Harmonies of #C84A72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C84A72

Black with #C84A72

Text Example


Text Example

White with #C84A72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C84A72; }

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

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

background-color css

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

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

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

border-color css

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

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

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