Html Css Color HEX #C84061 Cabaret

📋 copy color: '#C84061'

red 200 ◦ green 64 ◦ blue 97

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

Shades of Cabaret #C84061

Tints of Cabaret #C84061

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 26.87%

R = 55.4%
G = 17.73%
B = 26.87%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.52

 K value IS 0.22

RGB Variations

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

Color information

#C84061 (or 0xC84061) is known color: Cabaret. HEX triplet: C8, 40 and 61. RGB value is (200,64,97). Sum of RGB (Red+Green+Blue) = 200+64+97=361 (47% of max value = 765). Red value is 200 (78.52% from 255 or 55.40% from 361); Green value is 64 (25.39% from 255 or 17.73% from 361); Blue value is 97 (38.28% from 255 or 26.87% from 361); Max value from RGB is 200 - color contains mainly: red. Hex color #C84061 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C84061 is #37BF9E. Grayscale: #6C6C6C. Windows color (decimal): -3653535 or 6373576. OLE color: 6373576.

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

Color convert

RGB 200 64 97 -
CMYK 0 0.68 0.52 0.22
HSL 345.44º 0.55% 0.52% -
HSV(B) 345.44º 0.68% 0.78% -
XYZ 27.81 16.81 13.09 -
YUV 108.43 121.56 193.32 -
System Red Green Blue C M Y K H S L
Decimal 200 64 97 0 0.68 0.52 0.22 345.44 0.55 0.52
Hex C8 40 61 0 44 34 16 159 37 34
Octal 310 100 141 0 104 64 26 531 67 64
Binary 11001000 1000000 1100001 0 1000100 110100 10110 101011001 110111 110100

Color Harmonies of #C84061

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C84061

Black with #C84061

Text Example


Text Example

White with #C84061

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C84061; }

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

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

background-color css

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

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

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

border-color css

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

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

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