Html Css Color HEX #C84470 Cabaret

📋 copy color: '#C84470'

red 200 ◦ green 68 ◦ blue 112

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

Shades of Cabaret #C84470

Tints of Cabaret #C84470

RGB

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

 GREEN value IS 68 (26.95% from 255) = 17.89%

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

R = 52.63%
G = 17.89%
B = 29.47%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.44

 K value IS 0.22

RGB Variations

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

Color information

#C84470 (or 0xC84470) is known color: Cabaret. HEX triplet: C8, 44 and 70. RGB value is (200,68,112). Sum of RGB (Red+Green+Blue) = 200+68+112=380 (50% of max value = 765). Red value is 200 (78.52% from 255 or 52.63% from 380); Green value is 68 (26.95% from 255 or 17.89% from 380); Blue value is 112 (44.14% from 255 or 29.47% from 380); Max value from RGB is 200 - color contains mainly: red. Hex color #C84470 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C84470 is #37BB8F. Grayscale: #707070. Windows color (decimal): -3652496 or 7357640. OLE color: 7357640.

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

Color convert

RGB 200 68 112 -
CMYK 0 0.66 0.44 0.22
HSL 340º 0.55% 0.53% -
HSV(B) 340º 0.66% 0.78% -
XYZ 28.81 17.58 17.2 -
YUV 112.48 127.73 190.42 -
System Red Green Blue C M Y K H S L
Decimal 200 68 112 0 0.66 0.44 0.22 340 0.55 0.53
Hex C8 44 70 0 42 2C 16 154 37 35
Octal 310 104 160 0 102 54 26 524 67 65
Binary 11001000 1000100 1110000 0 1000010 101100 10110 101010100 110111 110101

Color Harmonies of #C84470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C84470

Black with #C84470

Text Example


Text Example

White with #C84470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C84470; }

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

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

background-color css

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

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

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

border-color css

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

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

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