Html Css Color HEX #C84875 Cabaret

📋 copy color: '#C84875'

red 200 ◦ green 72 ◦ blue 117

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

Shades of Cabaret #C84875

Tints of Cabaret #C84875

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 30.08%

R = 51.41%
G = 18.51%
B = 30.08%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.42

 K value IS 0.22

RGB Variations

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

Color information

#C84875 (or 0xC84875) is known color: Cabaret. HEX triplet: C8, 48 and 75. RGB value is (200,72,117). Sum of RGB (Red+Green+Blue) = 200+72+117=389 (51% of max value = 765). Red value is 200 (78.52% from 255 or 51.41% from 389); Green value is 72 (28.52% from 255 or 18.51% from 389); Blue value is 117 (46.09% from 255 or 30.08% from 389); Max value from RGB is 200 - color contains mainly: red. Hex color #C84875 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C84875 is #37B78A. Grayscale: #737373. Windows color (decimal): -3651467 or 7686344. OLE color: 7686344.

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

Color convert

RGB 200 72 117 -
CMYK 0 0.64 0.42 0.22
HSL 338.91º 0.54% 0.53% -
HSV(B) 338.91º 0.64% 0.78% -
XYZ 29.35 18.2 18.8 -
YUV 115.4 128.91 188.34 -
System Red Green Blue C M Y K H S L
Decimal 200 72 117 0 0.64 0.42 0.22 338.91 0.54 0.53
Hex C8 48 75 0 40 2A 16 153 36 35
Octal 310 110 165 0 100 52 26 523 66 65
Binary 11001000 1001000 1110101 0 1000000 101010 10110 101010011 110110 110101

Color Harmonies of #C84875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C84875

Black with #C84875

Text Example


Text Example

White with #C84875

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C84875; }

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

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

background-color css

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

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

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

border-color css

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

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

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