Html Css Color HEX #C84166 Cabaret

📋 copy color: '#C84166'

red 200 ◦ green 65 ◦ blue 102

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

Shades of Cabaret #C84166

Tints of Cabaret #C84166

RGB

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

 GREEN value IS 65 (25.78% from 255) = 17.71%

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

R = 54.5%
G = 17.71%
B = 27.79%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.49

 K value IS 0.22

RGB Variations

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

Color information

#C84166 (or 0xC84166) is known color: Cabaret. HEX triplet: C8, 41 and 66. RGB value is (200,65,102). Sum of RGB (Red+Green+Blue) = 200+65+102=367 (48% of max value = 765). Red value is 200 (78.52% from 255 or 54.50% from 367); Green value is 65 (25.78% from 255 or 17.71% from 367); Blue value is 102 (40.23% from 255 or 27.79% from 367); Max value from RGB is 200 - color contains mainly: red. Hex color #C84166 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C84166 is #37BE99. Grayscale: #6D6D6D. Windows color (decimal): -3653274 or 6701512. OLE color: 6701512.

HSL color Cylindrical-coordinate representation of color #C84166: hue angle of 343.56º degrees, saturation: 0.55, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C84166 is Cyan = 0, Magento = 0.68, Yellow = 0.49 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 65 102 -
CMYK 0 0.68 0.49 0.22
HSL 343.56º 0.55% 0.52% -
HSV(B) 343.56º 0.68% 0.78% -
XYZ 28.11 17.02 14.37 -
YUV 109.58 123.73 192.49 -
System Red Green Blue C M Y K H S L
Decimal 200 65 102 0 0.68 0.49 0.22 343.56 0.55 0.52
Hex C8 41 66 0 44 31 16 158 37 34
Octal 310 101 146 0 104 61 26 530 67 64
Binary 11001000 1000001 1100110 0 1000100 110001 10110 101011000 110111 110100

Color Harmonies of #C84166

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C84166

Black with #C84166

Text Example


Text Example

White with #C84166

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C84166; }

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

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

background-color css

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

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

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

border-color css

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

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

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