Html Css Color HEX #C84261 Cabaret

📋 copy color: '#C84261'

red 200 ◦ green 66 ◦ blue 97

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

Shades of Cabaret #C84261

Tints of Cabaret #C84261

RGB

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

 GREEN value IS 66 (26.17% from 255) = 18.18%

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

R = 55.1%
G = 18.18%
B = 26.72%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.52

 K value IS 0.22

RGB Variations

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

Color information

#C84261 (or 0xC84261) is known color: Cabaret. HEX triplet: C8, 42 and 61. RGB value is (200,66,97). Sum of RGB (Red+Green+Blue) = 200+66+97=363 (48% of max value = 765). Red value is 200 (78.52% from 255 or 55.10% from 363); Green value is 66 (26.17% from 255 or 18.18% from 363); Blue value is 97 (38.28% from 255 or 26.72% from 363); Max value from RGB is 200 - color contains mainly: red. Hex color #C84261 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C84261 is #37BD9E. Grayscale: #6D6D6D. Windows color (decimal): -3653023 or 6374088. OLE color: 6374088.

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

Color convert

RGB 200 66 97 -
CMYK 0 0.67 0.52 0.22
HSL 346.12º 0.55% 0.52% -
HSV(B) 346.12º 0.67% 0.78% -
XYZ 27.93 17.04 13.13 -
YUV 109.6 120.89 192.48 -
System Red Green Blue C M Y K H S L
Decimal 200 66 97 0 0.67 0.52 0.22 346.12 0.55 0.52
Hex C8 42 61 0 43 34 16 15A 37 34
Octal 310 102 141 0 103 64 26 532 67 64
Binary 11001000 1000010 1100001 0 1000011 110100 10110 101011010 110111 110100

Color Harmonies of #C84261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C84261

Black with #C84261

Text Example


Text Example

White with #C84261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C84261; }

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

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

background-color css

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

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

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

border-color css

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

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

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