Html Css Color HEX #C84D64 Cabaret

📋 copy color: '#C84D64'

red 200 ◦ green 77 ◦ blue 100

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

Shades of Cabaret #C84D64

Tints of Cabaret #C84D64

RGB

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

 GREEN value IS 77 (30.47% from 255) = 20.42%

 BLUE value IS 100 (39.45% from 255) = 26.53%

R = 53.05%
G = 20.42%
B = 26.53%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.5

 K value IS 0.22

RGB Variations

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

Color information

#C84D64 (or 0xC84D64) is known color: Cabaret. HEX triplet: C8, 4D and 64. RGB value is (200,77,100). Sum of RGB (Red+Green+Blue) = 200+77+100=377 (49% of max value = 765). Red value is 200 (78.52% from 255 or 53.05% from 377); Green value is 77 (30.47% from 255 or 20.42% from 377); Blue value is 100 (39.45% from 255 or 26.53% from 377); Max value from RGB is 200 - color contains mainly: red. Hex color #C84D64 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C84D64 is #37B29B. Grayscale: #747474. Windows color (decimal): -3650204 or 6573512. OLE color: 6573512.

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

Color convert

RGB 200 77 100 -
CMYK 0 0.62 0.5 0.22
HSL 348.78º 0.53% 0.54% -
HSV(B) 348.78º 0.62% 0.78% -
XYZ 28.77 18.51 14.11 -
YUV 116.4 118.75 187.63 -
System Red Green Blue C M Y K H S L
Decimal 200 77 100 0 0.62 0.5 0.22 348.78 0.53 0.54
Hex C8 4D 64 0 3E 32 16 15D 35 36
Octal 310 115 144 0 76 62 26 535 65 66
Binary 11001000 1001101 1100100 0 111110 110010 10110 101011101 110101 110110

Color Harmonies of #C84D64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C84D64

Black with #C84D64

Text Example


Text Example

White with #C84D64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C84D64; }

 p { color: rgb(200,77,100); }

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

background-color css

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

 a { background-color: rgb(200,77,100); }

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

border-color css

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

 span { border-color: rgb(200,77,100); }

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