Html Css Color HEX #C84965 Cabaret

📋 copy color: '#C84965'

red 200 ◦ green 73 ◦ blue 101

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

Shades of Cabaret #C84965

Tints of Cabaret #C84965

RGB

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

 GREEN value IS 73 (28.91% from 255) = 19.52%

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

R = 53.48%
G = 19.52%
B = 27.01%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.49

 K value IS 0.22

RGB Variations

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

Color information

#C84965 (or 0xC84965) is known color: Cabaret. HEX triplet: C8, 49 and 65. RGB value is (200,73,101). Sum of RGB (Red+Green+Blue) = 200+73+101=374 (49% of max value = 765). Red value is 200 (78.52% from 255 or 53.48% from 374); Green value is 73 (28.91% from 255 or 19.52% from 374); Blue value is 101 (39.84% from 255 or 27.01% from 374); Max value from RGB is 200 - color contains mainly: red. Hex color #C84965 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C84965 is #37B69A. Grayscale: #727272. Windows color (decimal): -3651227 or 6638024. OLE color: 6638024.

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

Color convert

RGB 200 73 101 -
CMYK 0 0.64 0.49 0.22
HSL 346.77º 0.54% 0.54% -
HSV(B) 346.77º 0.64% 0.78% -
XYZ 28.55 17.98 14.28 -
YUV 114.17 120.58 189.22 -
System Red Green Blue C M Y K H S L
Decimal 200 73 101 0 0.64 0.49 0.22 346.77 0.54 0.54
Hex C8 49 65 0 40 31 16 15B 36 36
Octal 310 111 145 0 100 61 26 533 66 66
Binary 11001000 1001001 1100101 0 1000000 110001 10110 101011011 110110 110110

Color Harmonies of #C84965

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C84965

Black with #C84965

Text Example


Text Example

White with #C84965

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C84965; }

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

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

background-color css

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

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

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

border-color css

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

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

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