Html Css Color HEX #C64C6D Cabaret

📋 copy color: '#C64C6D'

red 198 ◦ green 76 ◦ blue 109

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

Shades of Cabaret #C64C6D

Tints of Cabaret #C64C6D

RGB

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

 GREEN value IS 76 (30.08% from 255) = 19.84%

 BLUE value IS 109 (42.97% from 255) = 28.46%

R = 51.7%
G = 19.84%
B = 28.46%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.45

 K value IS 0.22

RGB Variations

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

Color information

#C64C6D (or 0xC64C6D) is known color: Cabaret. HEX triplet: C6, 4C and 6D. RGB value is (198,76,109). Sum of RGB (Red+Green+Blue) = 198+76+109=383 (50% of max value = 765). Red value is 198 (77.73% from 255 or 51.70% from 383); Green value is 76 (30.08% from 255 or 19.84% from 383); Blue value is 109 (42.97% from 255 or 28.46% from 383); Max value from RGB is 198 - color contains mainly: red. Hex color #C64C6D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C64C6D is #39B392. Grayscale: #747474. Windows color (decimal): -3781523 or 7163078. OLE color: 7163078.

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

Color convert

RGB 198 76 109 -
CMYK 0 0.62 0.45 0.22
HSL 343.77º 0.52% 0.54% -
HSV(B) 343.77º 0.62% 0.78% -
XYZ 28.63 18.28 16.49 -
YUV 116.24 123.92 186.32 -
System Red Green Blue C M Y K H S L
Decimal 198 76 109 0 0.62 0.45 0.22 343.77 0.52 0.54
Hex C6 4C 6D 0 3E 2D 16 158 34 36
Octal 306 114 155 0 76 55 26 530 64 66
Binary 11000110 1001100 1101101 0 111110 101101 10110 101011000 110100 110110

Color Harmonies of #C64C6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C64C6D

Black with #C64C6D

Text Example


Text Example

White with #C64C6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C64C6D; }

 p { color: rgb(198,76,109); }

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

background-color css

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

 a { background-color: rgb(198,76,109); }

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

border-color css

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

 span { border-color: rgb(198,76,109); }

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