Html Css Color HEX #C64968 Cabaret

📋 copy color: '#C64968'

red 198 ◦ green 73 ◦ blue 104

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

Shades of Cabaret #C64968

Tints of Cabaret #C64968

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 27.73%

R = 52.8%
G = 19.47%
B = 27.73%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.47

 K value IS 0.22

RGB Variations

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

Color information

#C64968 (or 0xC64968) is known color: Cabaret. HEX triplet: C6, 49 and 68. RGB value is (198,73,104). Sum of RGB (Red+Green+Blue) = 198+73+104=375 (49% of max value = 765). Red value is 198 (77.73% from 255 or 52.8% from 375); Green value is 73 (28.91% from 255 or 19.47% from 375); Blue value is 104 (41.02% from 255 or 27.73% from 375); Max value from RGB is 198 - color contains mainly: red. Hex color #C64968 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C64968 is #39B697. Grayscale: #717171. Windows color (decimal): -3782296 or 6834630. OLE color: 6834630.

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

Color convert

RGB 198 73 104 -
CMYK 0 0.63 0.47 0.22
HSL 345.12º 0.52% 0.53% -
HSV(B) 345.12º 0.63% 0.78% -
XYZ 28.17 17.77 15.04 -
YUV 113.91 122.41 187.98 -
System Red Green Blue C M Y K H S L
Decimal 198 73 104 0 0.63 0.47 0.22 345.12 0.52 0.53
Hex C6 49 68 0 3F 2F 16 159 34 35
Octal 306 111 150 0 77 57 26 531 64 65
Binary 11000110 1001001 1101000 0 111111 101111 10110 101011001 110100 110101

Color Harmonies of #C64968

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C64968

Black with #C64968

Text Example


Text Example

White with #C64968

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C64968; }

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

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

background-color css

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

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

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

border-color css

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

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

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