Html Css Color HEX #C84967 Cabaret

📋 copy color: '#C84967'

red 200 ◦ green 73 ◦ blue 103

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

Shades of Cabaret #C84967

Tints of Cabaret #C84967

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 27.39%

R = 53.19%
G = 19.41%
B = 27.39%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.48

 K value IS 0.22

RGB Variations

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

Color information

#C84967 (or 0xC84967) is known color: Cabaret. HEX triplet: C8, 49 and 67. RGB value is (200,73,103). Sum of RGB (Red+Green+Blue) = 200+73+103=376 (49% of max value = 765). Red value is 200 (78.52% from 255 or 53.19% from 376); Green value is 73 (28.91% from 255 or 19.41% from 376); Blue value is 103 (40.62% from 255 or 27.39% from 376); Max value from RGB is 200 - color contains mainly: red. Hex color #C84967 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C84967 is #37B698. Grayscale: #727272. Windows color (decimal): -3651225 or 6769096. OLE color: 6769096.

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

Color convert

RGB 200 73 103 -
CMYK 0 0.64 0.48 0.22
HSL 345.83º 0.54% 0.54% -
HSV(B) 345.83º 0.64% 0.78% -
XYZ 28.65 18.02 14.8 -
YUV 114.39 121.58 189.06 -
System Red Green Blue C M Y K H S L
Decimal 200 73 103 0 0.64 0.48 0.22 345.83 0.54 0.54
Hex C8 49 67 0 40 30 16 15A 36 36
Octal 310 111 147 0 100 60 26 532 66 66
Binary 11001000 1001001 1100111 0 1000000 110000 10110 101011010 110110 110110

Color Harmonies of #C84967

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C84967

Black with #C84967

Text Example


Text Example

White with #C84967

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C84967; }

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

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

background-color css

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

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

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

border-color css

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

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

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