Html Css Color HEX #C64970 Cabaret

📋 copy color: '#C64970'

red 198 ◦ green 73 ◦ blue 112

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

Shades of Cabaret #C64970

Tints of Cabaret #C64970

RGB

 RED value IS 198 (77.73% from 255) = 51.7%

 GREEN value IS 73 (28.91% from 255) = 19.06%

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

R = 51.7%
G = 19.06%
B = 29.24%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.43

 K value IS 0.22

RGB Variations

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

Color information

#C64970 (or 0xC64970) is known color: Cabaret. HEX triplet: C6, 49 and 70. RGB value is (198,73,112). Sum of RGB (Red+Green+Blue) = 198+73+112=383 (50% of max value = 765). Red value is 198 (77.73% from 255 or 51.70% from 383); Green value is 73 (28.91% from 255 or 19.06% from 383); Blue value is 112 (44.14% from 255 or 29.24% from 383); Max value from RGB is 198 - color contains mainly: red. Hex color #C64970 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C64970 is #39B68F. Grayscale: #727272. Windows color (decimal): -3782288 or 7358918. OLE color: 7358918.

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

Color convert

RGB 198 73 112 -
CMYK 0 0.63 0.43 0.22
HSL 341.28º 0.52% 0.53% -
HSV(B) 341.28º 0.63% 0.78% -
XYZ 28.6 17.94 17.28 -
YUV 114.82 126.41 187.33 -
System Red Green Blue C M Y K H S L
Decimal 198 73 112 0 0.63 0.43 0.22 341.28 0.52 0.53
Hex C6 49 70 0 3F 2B 16 155 34 35
Octal 306 111 160 0 77 53 26 525 64 65
Binary 11000110 1001001 1110000 0 111111 101011 10110 101010101 110100 110101

Color Harmonies of #C64970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C64970

Black with #C64970

Text Example


Text Example

White with #C64970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C64970; }

 p { color: rgb(198,73,112); }

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

background-color css

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

 a { background-color: rgb(198,73,112); }

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

border-color css

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

 span { border-color: rgb(198,73,112); }

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