Html Css Color HEX #C8486D Cabaret

📋 copy color: '#C8486D'

red 200 ◦ green 72 ◦ blue 109

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

Shades of Cabaret #C8486D

Tints of Cabaret #C8486D

RGB

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

 GREEN value IS 72 (28.52% from 255) = 18.9%

 BLUE value IS 109 (42.97% from 255) = 28.61%

R = 52.49%
G = 18.9%
B = 28.61%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.46

 K value IS 0.22

RGB Variations

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

Color information

#C8486D (or 0xC8486D) is known color: Cabaret. HEX triplet: C8, 48 and 6D. RGB value is (200,72,109). Sum of RGB (Red+Green+Blue) = 200+72+109=381 (50% of max value = 765). Red value is 200 (78.52% from 255 or 52.49% from 381); Green value is 72 (28.52% from 255 or 18.90% from 381); Blue value is 109 (42.97% from 255 or 28.61% from 381); Max value from RGB is 200 - color contains mainly: red. Hex color #C8486D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C8486D is #37B792. Grayscale: #727272. Windows color (decimal): -3651475 or 7162056. OLE color: 7162056.

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

Color convert

RGB 200 72 109 -
CMYK 0 0.64 0.46 0.22
HSL 342.66º 0.54% 0.53% -
HSV(B) 342.66º 0.64% 0.78% -
XYZ 28.9 18.02 16.42 -
YUV 114.49 124.91 188.99 -
System Red Green Blue C M Y K H S L
Decimal 200 72 109 0 0.64 0.46 0.22 342.66 0.54 0.53
Hex C8 48 6D 0 40 2E 16 157 36 35
Octal 310 110 155 0 100 56 26 527 66 65
Binary 11001000 1001000 1101101 0 1000000 101110 10110 101010111 110110 110101

Color Harmonies of #C8486D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8486D

Black with #C8486D

Text Example


Text Example

White with #C8486D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8486D; }

 p { color: rgb(200,72,109); }

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

background-color css

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

 a { background-color: rgb(200,72,109); }

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

border-color css

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

 span { border-color: rgb(200,72,109); }

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