Html Css Color HEX #C84761 Cabaret

📋 copy color: '#C84761'

red 200 ◦ green 71 ◦ blue 97

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

Shades of Cabaret #C84761

Tints of Cabaret #C84761

RGB

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

 GREEN value IS 71 (28.13% from 255) = 19.29%

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

R = 54.35%
G = 19.29%
B = 26.36%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.52

 K value IS 0.22

RGB Variations

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

Color information

#C84761 (or 0xC84761) is known color: Cabaret. HEX triplet: C8, 47 and 61. RGB value is (200,71,97). Sum of RGB (Red+Green+Blue) = 200+71+97=368 (48% of max value = 765). Red value is 200 (78.52% from 255 or 54.35% from 368); Green value is 71 (28.12% from 255 or 19.29% from 368); Blue value is 97 (38.28% from 255 or 26.36% from 368); Max value from RGB is 200 - color contains mainly: red. Hex color #C84761 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C84761 is #37B89E. Grayscale: #707070. Windows color (decimal): -3651743 or 6375368. OLE color: 6375368.

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

Color convert

RGB 200 71 97 -
CMYK 0 0.64 0.52 0.22
HSL 347.91º 0.54% 0.53% -
HSV(B) 347.91º 0.65% 0.78% -
XYZ 28.23 17.65 13.23 -
YUV 112.54 119.24 190.39 -
System Red Green Blue C M Y K H S L
Decimal 200 71 97 0 0.64 0.52 0.22 347.91 0.54 0.53
Hex C8 47 61 0 40 34 16 15C 36 35
Octal 310 107 141 0 100 64 26 534 66 65
Binary 11001000 1000111 1100001 0 1000000 110100 10110 101011100 110110 110101

Color Harmonies of #C84761

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C84761

Black with #C84761

Text Example


Text Example

White with #C84761

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C84761; }

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

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

background-color css

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

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

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

border-color css

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

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

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