Html Css Color HEX #C84B6E Cabaret

📋 copy color: '#C84B6E'

red 200 ◦ green 75 ◦ blue 110

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

Shades of Cabaret #C84B6E

Tints of Cabaret #C84B6E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 28.57%

R = 51.95%
G = 19.48%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.45

 K value IS 0.22

RGB Variations

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

Color information

#C84B6E (or 0xC84B6E) is known color: Cabaret. HEX triplet: C8, 4B and 6E. RGB value is (200,75,110). Sum of RGB (Red+Green+Blue) = 200+75+110=385 (50% of max value = 765). Red value is 200 (78.52% from 255 or 51.95% from 385); Green value is 75 (29.69% from 255 or 19.48% from 385); Blue value is 110 (43.36% from 255 or 28.57% from 385); Max value from RGB is 200 - color contains mainly: red. Hex color #C84B6E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C84B6E is #37B491. Grayscale: #747474. Windows color (decimal): -3650706 or 7228360. OLE color: 7228360.

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

Color convert

RGB 200 75 110 -
CMYK 0 0.62 0.45 0.22
HSL 343.2º 0.53% 0.54% -
HSV(B) 343.2º 0.63% 0.78% -
XYZ 29.15 18.44 16.77 -
YUV 116.37 124.41 187.65 -
System Red Green Blue C M Y K H S L
Decimal 200 75 110 0 0.62 0.45 0.22 343.2 0.53 0.54
Hex C8 4B 6E 0 3E 2D 16 157 35 36
Octal 310 113 156 0 76 55 26 527 65 66
Binary 11001000 1001011 1101110 0 111110 101101 10110 101010111 110101 110110

Color Harmonies of #C84B6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C84B6E

Black with #C84B6E

Text Example


Text Example

White with #C84B6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C84B6E; }

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

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

background-color css

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

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

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

border-color css

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

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

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