Html Css Color HEX #C84969 Cabaret

📋 copy color: '#C84969'

red 200 ◦ green 73 ◦ blue 105

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

Shades of Cabaret #C84969

Tints of Cabaret #C84969

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 27.78%

R = 52.91%
G = 19.31%
B = 27.78%

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

#C84969 (or 0xC84969) is known color: Cabaret. HEX triplet: C8, 49 and 69. RGB value is (200,73,105). Sum of RGB (Red+Green+Blue) = 200+73+105=378 (50% of max value = 765). Red value is 200 (78.52% from 255 or 52.91% from 378); Green value is 73 (28.91% from 255 or 19.31% from 378); Blue value is 105 (41.41% from 255 or 27.78% from 378); Max value from RGB is 200 - color contains mainly: red. Hex color #C84969 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C84969 is #37B696. Grayscale: #727272. Windows color (decimal): -3651223 or 6900168. OLE color: 6900168.

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

Color convert

RGB 200 73 105 -
CMYK 0 0.64 0.48 0.22
HSL 344.88º 0.54% 0.54% -
HSV(B) 344.88º 0.64% 0.78% -
XYZ 28.75 18.06 15.34 -
YUV 114.62 122.58 188.9 -
System Red Green Blue C M Y K H S L
Decimal 200 73 105 0 0.64 0.48 0.22 344.88 0.54 0.54
Hex C8 49 69 0 40 30 16 159 36 36
Octal 310 111 151 0 100 60 26 531 66 66
Binary 11001000 1001001 1101001 0 1000000 110000 10110 101011001 110110 110110

Color Harmonies of #C84969

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C84969

Black with #C84969

Text Example


Text Example

White with #C84969

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C84969; }

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

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

background-color css

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

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

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

border-color css

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

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

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