Html Css Color HEX #C84768 Cabaret

📋 copy color: '#C84768'

red 200 ◦ green 71 ◦ blue 104

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

Shades of Cabaret #C84768

Tints of Cabaret #C84768

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 27.73%

R = 53.33%
G = 18.93%
B = 27.73%

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

#C84768 (or 0xC84768) is known color: Cabaret. HEX triplet: C8, 47 and 68. RGB value is (200,71,104). Sum of RGB (Red+Green+Blue) = 200+71+104=375 (49% of max value = 765). Red value is 200 (78.52% from 255 or 53.33% from 375); Green value is 71 (28.12% from 255 or 18.93% from 375); Blue value is 104 (41.02% from 255 or 27.73% from 375); Max value from RGB is 200 - color contains mainly: red. Hex color #C84768 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C84768 is #37B897. Grayscale: #717171. Windows color (decimal): -3651736 or 6834120. OLE color: 6834120.

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

Color convert

RGB 200 71 104 -
CMYK 0 0.64 0.48 0.22
HSL 344.65º 0.54% 0.53% -
HSV(B) 344.65º 0.65% 0.78% -
XYZ 28.57 17.79 15.02 -
YUV 113.33 122.74 189.82 -
System Red Green Blue C M Y K H S L
Decimal 200 71 104 0 0.64 0.48 0.22 344.65 0.54 0.53
Hex C8 47 68 0 40 30 16 159 36 35
Octal 310 107 150 0 100 60 26 531 66 65
Binary 11001000 1000111 1101000 0 1000000 110000 10110 101011001 110110 110101

Color Harmonies of #C84768

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C84768

Black with #C84768

Text Example


Text Example

White with #C84768

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C84768; }

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

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

background-color css

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

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

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

border-color css

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

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

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