Html Css Color HEX #C84F7A Cabaret

📋 copy color: '#C84F7A'

red 200 ◦ green 79 ◦ blue 122

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

Shades of Cabaret #C84F7A

Tints of Cabaret #C84F7A

RGB

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

 GREEN value IS 79 (31.25% from 255) = 19.7%

 BLUE value IS 122 (48.05% from 255) = 30.42%

R = 49.88%
G = 19.7%
B = 30.42%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.39

 K value IS 0.22

RGB Variations

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

Color information

#C84F7A (or 0xC84F7A) is known color: Cabaret. HEX triplet: C8, 4F and 7A. RGB value is (200,79,122). Sum of RGB (Red+Green+Blue) = 200+79+122=401 (53% of max value = 765). Red value is 200 (78.52% from 255 or 49.88% from 401); Green value is 79 (31.25% from 255 or 19.70% from 401); Blue value is 122 (48.05% from 255 or 30.42% from 401); Max value from RGB is 200 - color contains mainly: red. Hex color #C84F7A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C84F7A is #37B085. Grayscale: #787878. Windows color (decimal): -3649670 or 8015816. OLE color: 8015816.

HSL color Cylindrical-coordinate representation of color #C84F7A: hue angle of 338.68º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C84F7A is Cyan = 0, Magento = 0.60, Yellow = 0.39 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 79 122 -
CMYK 0 0.60 0.39 0.22
HSL 338.68º 0.52% 0.55% -
HSV(B) 338.68º 0.61% 0.78% -
XYZ 30.13 19.28 20.55 -
YUV 120.08 129.09 185 -
System Red Green Blue C M Y K H S L
Decimal 200 79 122 0 0.60 0.39 0.22 338.68 0.52 0.55
Hex C8 4F 7A 0 3C 27 16 153 34 37
Octal 310 117 172 0 74 47 26 523 64 67
Binary 11001000 1001111 1111010 0 111100 100111 10110 101010011 110100 110111

Color Harmonies of #C84F7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C84F7A

Black with #C84F7A

Text Example


Text Example

White with #C84F7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C84F7A; }

 p { color: rgb(200,79,122); }

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

background-color css

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

 a { background-color: rgb(200,79,122); }

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

border-color css

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

 span { border-color: rgb(200,79,122); }

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