Html Css Color HEX #C84B6F Cabaret

📋 copy color: '#C84B6F'

red 200 ◦ green 75 ◦ blue 111

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

Shades of Cabaret #C84B6F

Tints of Cabaret #C84B6F

RGB

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

 GREEN value IS 75 (29.69% from 255) = 19.43%

 BLUE value IS 111 (43.75% from 255) = 28.76%

R = 51.81%
G = 19.43%
B = 28.76%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.44

 K value IS 0.22

RGB Variations

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

Color information

#C84B6F (or 0xC84B6F) is known color: Cabaret. HEX triplet: C8, 4B and 6F. RGB value is (200,75,111). Sum of RGB (Red+Green+Blue) = 200+75+111=386 (51% of max value = 765). Red value is 200 (78.52% from 255 or 51.81% from 386); Green value is 75 (29.69% from 255 or 19.43% from 386); Blue value is 111 (43.75% from 255 or 28.76% from 386); Max value from RGB is 200 - color contains mainly: red. Hex color #C84B6F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C84B6F is #37B490. Grayscale: #747474. Windows color (decimal): -3650705 or 7293896. OLE color: 7293896.

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

Color convert

RGB 200 75 111 -
CMYK 0 0.62 0.44 0.22
HSL 342.72º 0.53% 0.54% -
HSV(B) 342.72º 0.63% 0.78% -
XYZ 29.2 18.46 17.06 -
YUV 116.48 124.91 187.57 -
System Red Green Blue C M Y K H S L
Decimal 200 75 111 0 0.62 0.44 0.22 342.72 0.53 0.54
Hex C8 4B 6F 0 3E 2C 16 157 35 36
Octal 310 113 157 0 76 54 26 527 65 66
Binary 11001000 1001011 1101111 0 111110 101100 10110 101010111 110101 110110

Color Harmonies of #C84B6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C84B6F

Black with #C84B6F

Text Example


Text Example

White with #C84B6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C84B6F; }

 p { color: rgb(200,75,111); }

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

background-color css

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

 a { background-color: rgb(200,75,111); }

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

border-color css

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

 span { border-color: rgb(200,75,111); }

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