Html Css Color HEX #C84769 Cabaret

📋 copy color: '#C84769'

red 200 ◦ green 71 ◦ blue 105

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

Shades of Cabaret #C84769

Tints of Cabaret #C84769

RGB

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

 GREEN value IS 71 (28.13% from 255) = 18.88%

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

R = 53.19%
G = 18.88%
B = 27.93%

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

#C84769 (or 0xC84769) is known color: Cabaret. HEX triplet: C8, 47 and 69. RGB value is (200,71,105). Sum of RGB (Red+Green+Blue) = 200+71+105=376 (49% of max value = 765). Red value is 200 (78.52% from 255 or 53.19% from 376); Green value is 71 (28.12% from 255 or 18.88% from 376); Blue value is 105 (41.41% from 255 or 27.93% from 376); Max value from RGB is 200 - color contains mainly: red. Hex color #C84769 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C84769 is #37B896. Grayscale: #717171. Windows color (decimal): -3651735 or 6899656. OLE color: 6899656.

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

Color convert

RGB 200 71 105 -
CMYK 0 0.64 0.48 0.22
HSL 344.19º 0.54% 0.53% -
HSV(B) 344.19º 0.65% 0.78% -
XYZ 28.62 17.81 15.29 -
YUV 113.45 123.24 189.74 -
System Red Green Blue C M Y K H S L
Decimal 200 71 105 0 0.64 0.48 0.22 344.19 0.54 0.53
Hex C8 47 69 0 40 30 16 158 36 35
Octal 310 107 151 0 100 60 26 530 66 65
Binary 11001000 1000111 1101001 0 1000000 110000 10110 101011000 110110 110101

Color Harmonies of #C84769

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C84769

Black with #C84769

Text Example


Text Example

White with #C84769

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C84769; }

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

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

background-color css

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

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

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

border-color css

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

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

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