Html Css Color HEX #C84C65 Cabaret

📋 copy color: '#C84C65'

red 200 ◦ green 76 ◦ blue 101

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

Shades of Cabaret #C84C65

Tints of Cabaret #C84C65

RGB

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

 GREEN value IS 76 (30.08% from 255) = 20.16%

 BLUE value IS 101 (39.84% from 255) = 26.79%

R = 53.05%
G = 20.16%
B = 26.79%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.49

 K value IS 0.22

RGB Variations

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

Color information

#C84C65 (or 0xC84C65) is known color: Cabaret. HEX triplet: C8, 4C and 65. RGB value is (200,76,101). Sum of RGB (Red+Green+Blue) = 200+76+101=377 (49% of max value = 765). Red value is 200 (78.52% from 255 or 53.05% from 377); Green value is 76 (30.08% from 255 or 20.16% from 377); Blue value is 101 (39.84% from 255 or 26.79% from 377); Max value from RGB is 200 - color contains mainly: red. Hex color #C84C65 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C84C65 is #37B39A. Grayscale: #737373. Windows color (decimal): -3650459 or 6638792. OLE color: 6638792.

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

Color convert

RGB 200 76 101 -
CMYK 0 0.62 0.49 0.22
HSL 347.9º 0.53% 0.54% -
HSV(B) 347.9º 0.62% 0.78% -
XYZ 28.75 18.39 14.35 -
YUV 115.93 119.58 187.97 -
System Red Green Blue C M Y K H S L
Decimal 200 76 101 0 0.62 0.49 0.22 347.9 0.53 0.54
Hex C8 4C 65 0 3E 31 16 15C 35 36
Octal 310 114 145 0 76 61 26 534 65 66
Binary 11001000 1001100 1100101 0 111110 110001 10110 101011100 110101 110110

Color Harmonies of #C84C65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C84C65

Black with #C84C65

Text Example


Text Example

White with #C84C65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C84C65; }

 p { color: rgb(200,76,101); }

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

background-color css

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

 a { background-color: rgb(200,76,101); }

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

border-color css

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

 span { border-color: rgb(200,76,101); }

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