Html Css Color HEX #C84862 Cabaret

📋 copy color: '#C84862'

red 200 ◦ green 72 ◦ blue 98

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

Shades of Cabaret #C84862

Tints of Cabaret #C84862

RGB

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

 GREEN value IS 72 (28.52% from 255) = 19.46%

 BLUE value IS 98 (38.67% from 255) = 26.49%

R = 54.05%
G = 19.46%
B = 26.49%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.51

 K value IS 0.22

RGB Variations

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

Color information

#C84862 (or 0xC84862) is known color: Cabaret. HEX triplet: C8, 48 and 62. RGB value is (200,72,98). Sum of RGB (Red+Green+Blue) = 200+72+98=370 (49% of max value = 765). Red value is 200 (78.52% from 255 or 54.05% from 370); Green value is 72 (28.52% from 255 or 19.46% from 370); Blue value is 98 (38.67% from 255 or 26.49% from 370); Max value from RGB is 200 - color contains mainly: red. Hex color #C84862 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C84862 is #37B79D. Grayscale: #717171. Windows color (decimal): -3651486 or 6441160. OLE color: 6441160.

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

Color convert

RGB 200 72 98 -
CMYK 0 0.64 0.51 0.22
HSL 347.81º 0.54% 0.53% -
HSV(B) 347.81º 0.64% 0.78% -
XYZ 28.34 17.8 13.5 -
YUV 113.24 119.41 189.89 -
System Red Green Blue C M Y K H S L
Decimal 200 72 98 0 0.64 0.51 0.22 347.81 0.54 0.53
Hex C8 48 62 0 40 33 16 15C 36 35
Octal 310 110 142 0 100 63 26 534 66 65
Binary 11001000 1001000 1100010 0 1000000 110011 10110 101011100 110110 110101

Color Harmonies of #C84862

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C84862

Black with #C84862

Text Example


Text Example

White with #C84862

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C84862; }

 p { color: rgb(200,72,98); }

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

background-color css

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

 a { background-color: rgb(200,72,98); }

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

border-color css

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

 span { border-color: rgb(200,72,98); }

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