Html Css Color HEX #C84064 Cabaret

📋 copy color: '#C84064'

red 200 ◦ green 64 ◦ blue 100

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

Shades of Cabaret #C84064

Tints of Cabaret #C84064

RGB

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

 GREEN value IS 64 (25.39% from 255) = 17.58%

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

R = 54.95%
G = 17.58%
B = 27.47%

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

#C84064 (or 0xC84064) is known color: Cabaret. HEX triplet: C8, 40 and 64. RGB value is (200,64,100). Sum of RGB (Red+Green+Blue) = 200+64+100=364 (48% of max value = 765). Red value is 200 (78.52% from 255 or 54.95% from 364); Green value is 64 (25.39% from 255 or 17.58% from 364); Blue value is 100 (39.45% from 255 or 27.47% from 364); Max value from RGB is 200 - color contains mainly: red. Hex color #C84064 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C84064 is #37BF9B. Grayscale: #6C6C6C. Windows color (decimal): -3653532 or 6570184. OLE color: 6570184.

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

Color convert

RGB 200 64 100 -
CMYK 0 0.68 0.5 0.22
HSL 344.12º 0.55% 0.52% -
HSV(B) 344.12º 0.68% 0.78% -
XYZ 27.95 16.87 13.84 -
YUV 108.77 123.06 193.07 -
System Red Green Blue C M Y K H S L
Decimal 200 64 100 0 0.68 0.5 0.22 344.12 0.55 0.52
Hex C8 40 64 0 44 32 16 158 37 34
Octal 310 100 144 0 104 62 26 530 67 64
Binary 11001000 1000000 1100100 0 1000100 110010 10110 101011000 110111 110100

Color Harmonies of #C84064

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C84064

Black with #C84064

Text Example


Text Example

White with #C84064

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C84064; }

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

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

background-color css

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

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

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

border-color css

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

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

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