Html Css Color HEX #C84566 Cabaret

📋 copy color: '#C84566'

red 200 ◦ green 69 ◦ blue 102

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

Shades of Cabaret #C84566

Tints of Cabaret #C84566

RGB

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

 GREEN value IS 69 (27.34% from 255) = 18.6%

 BLUE value IS 102 (40.23% from 255) = 27.49%

R = 53.91%
G = 18.6%
B = 27.49%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.49

 K value IS 0.22

RGB Variations

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

Color information

#C84566 (or 0xC84566) is known color: Cabaret. HEX triplet: C8, 45 and 66. RGB value is (200,69,102). Sum of RGB (Red+Green+Blue) = 200+69+102=371 (49% of max value = 765). Red value is 200 (78.52% from 255 or 53.91% from 371); Green value is 69 (27.34% from 255 or 18.60% from 371); Blue value is 102 (40.23% from 255 or 27.49% from 371); Max value from RGB is 200 - color contains mainly: red. Hex color #C84566 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C84566 is #37BA99. Grayscale: #6F6F6F. Windows color (decimal): -3652250 or 6702536. OLE color: 6702536.

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

Color convert

RGB 200 69 102 -
CMYK 0 0.66 0.49 0.22
HSL 344.89º 0.54% 0.53% -
HSV(B) 344.89º 0.66% 0.78% -
XYZ 28.35 17.49 14.45 -
YUV 111.93 122.4 190.82 -
System Red Green Blue C M Y K H S L
Decimal 200 69 102 0 0.66 0.49 0.22 344.89 0.54 0.53
Hex C8 45 66 0 42 31 16 159 36 35
Octal 310 105 146 0 102 61 26 531 66 65
Binary 11001000 1000101 1100110 0 1000010 110001 10110 101011001 110110 110101

Color Harmonies of #C84566

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C84566

Black with #C84566

Text Example


Text Example

White with #C84566

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C84566; }

 p { color: rgb(200,69,102); }

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

background-color css

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

 a { background-color: rgb(200,69,102); }

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

border-color css

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

 span { border-color: rgb(200,69,102); }

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