Html Css Color HEX #C84170 Cabaret

📋 copy color: '#C84170'

red 200 ◦ green 65 ◦ blue 112

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

Shades of Cabaret #C84170

Tints of Cabaret #C84170

RGB

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

 GREEN value IS 65 (25.78% from 255) = 17.24%

 BLUE value IS 112 (44.14% from 255) = 29.71%

R = 53.05%
G = 17.24%
B = 29.71%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.44

 K value IS 0.22

RGB Variations

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

Color information

#C84170 (or 0xC84170) is known color: Cabaret. HEX triplet: C8, 41 and 70. RGB value is (200,65,112). Sum of RGB (Red+Green+Blue) = 200+65+112=377 (49% of max value = 765). Red value is 200 (78.52% from 255 or 53.05% from 377); Green value is 65 (25.78% from 255 or 17.24% from 377); Blue value is 112 (44.14% from 255 or 29.71% from 377); Max value from RGB is 200 - color contains mainly: red. Hex color #C84170 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C84170 is #37BE8F. Grayscale: #6E6E6E. Windows color (decimal): -3653264 or 7356872. OLE color: 7356872.

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

Color convert

RGB 200 65 112 -
CMYK 0 0.68 0.44 0.22
HSL 339.11º 0.55% 0.52% -
HSV(B) 339.11º 0.68% 0.78% -
XYZ 28.63 17.23 17.15 -
YUV 110.72 128.73 191.68 -
System Red Green Blue C M Y K H S L
Decimal 200 65 112 0 0.68 0.44 0.22 339.11 0.55 0.52
Hex C8 41 70 0 44 2C 16 153 37 34
Octal 310 101 160 0 104 54 26 523 67 64
Binary 11001000 1000001 1110000 0 1000100 101100 10110 101010011 110111 110100

Color Harmonies of #C84170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C84170

Black with #C84170

Text Example


Text Example

White with #C84170

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C84170; }

 p { color: rgb(200,65,112); }

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

background-color css

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

 a { background-color: rgb(200,65,112); }

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

border-color css

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

 span { border-color: rgb(200,65,112); }

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