Html Css Color HEX #C84662 Cabaret

📋 copy color: '#C84662'

red 200 ◦ green 70 ◦ blue 98

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

Shades of Cabaret #C84662

Tints of Cabaret #C84662

RGB

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

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

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

R = 54.35%
G = 19.02%
B = 26.63%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.51

 K value IS 0.22

RGB Variations

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

Color information

#C84662 (or 0xC84662) is known color: Cabaret. HEX triplet: C8, 46 and 62. RGB value is (200,70,98). Sum of RGB (Red+Green+Blue) = 200+70+98=368 (48% of max value = 765). Red value is 200 (78.52% from 255 or 54.35% from 368); Green value is 70 (27.73% from 255 or 19.02% from 368); Blue value is 98 (38.67% from 255 or 26.63% from 368); Max value from RGB is 200 - color contains mainly: red. Hex color #C84662 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C84662 is #37B99D. Grayscale: #707070. Windows color (decimal): -3651998 or 6440648. OLE color: 6440648.

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

Color convert

RGB 200 70 98 -
CMYK 0 0.65 0.51 0.22
HSL 347.08º 0.54% 0.53% -
HSV(B) 347.08º 0.65% 0.78% -
XYZ 28.21 17.54 13.45 -
YUV 112.06 120.07 190.72 -
System Red Green Blue C M Y K H S L
Decimal 200 70 98 0 0.65 0.51 0.22 347.08 0.54 0.53
Hex C8 46 62 0 41 33 16 15B 36 35
Octal 310 106 142 0 101 63 26 533 66 65
Binary 11001000 1000110 1100010 0 1000001 110011 10110 101011011 110110 110101

Color Harmonies of #C84662

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C84662

Black with #C84662

Text Example


Text Example

White with #C84662

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C84662; }

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

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

background-color css

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

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

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

border-color css

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

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

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