Html Css Color HEX #C84164 Cabaret

📋 copy color: '#C84164'

red 200 ◦ green 65 ◦ blue 100

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

Shades of Cabaret #C84164

Tints of Cabaret #C84164

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 27.4%

R = 54.79%
G = 17.81%
B = 27.4%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.5

 K value IS 0.22

RGB Variations

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

Color information

#C84164 (or 0xC84164) is known color: Cabaret. HEX triplet: C8, 41 and 64. RGB value is (200,65,100). Sum of RGB (Red+Green+Blue) = 200+65+100=365 (48% of max value = 765). Red value is 200 (78.52% from 255 or 54.79% from 365); Green value is 65 (25.78% from 255 or 17.81% from 365); Blue value is 100 (39.45% from 255 or 27.40% from 365); Max value from RGB is 200 - color contains mainly: red. Hex color #C84164 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C84164 is #37BE9B. Grayscale: #6D6D6D. Windows color (decimal): -3653276 or 6570440. OLE color: 6570440.

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

Color convert

RGB 200 65 100 -
CMYK 0 0.68 0.5 0.22
HSL 344.44º 0.55% 0.52% -
HSV(B) 344.44º 0.68% 0.78% -
XYZ 28.01 16.98 13.86 -
YUV 109.36 122.73 192.65 -
System Red Green Blue C M Y K H S L
Decimal 200 65 100 0 0.68 0.5 0.22 344.44 0.55 0.52
Hex C8 41 64 0 44 32 16 158 37 34
Octal 310 101 144 0 104 62 26 530 67 64
Binary 11001000 1000001 1100100 0 1000100 110010 10110 101011000 110111 110100

Color Harmonies of #C84164

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C84164

Black with #C84164

Text Example


Text Example

White with #C84164

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C84164; }

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

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

background-color css

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

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

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

border-color css

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

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

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