Html Css Color HEX #C64762 Cabaret

📋 copy color: '#C64762'

red 198 ◦ green 71 ◦ blue 98

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

Shades of Cabaret #C64762

Tints of Cabaret #C64762

RGB

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

 GREEN value IS 71 (28.13% from 255) = 19.35%

 BLUE value IS 98 (38.67% from 255) = 26.7%

R = 53.95%
G = 19.35%
B = 26.7%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.51

 K value IS 0.22

RGB Variations

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

Color information

#C64762 (or 0xC64762) is known color: Cabaret. HEX triplet: C6, 47 and 62. RGB value is (198,71,98). Sum of RGB (Red+Green+Blue) = 198+71+98=367 (48% of max value = 765). Red value is 198 (77.73% from 255 or 53.95% from 367); Green value is 71 (28.12% from 255 or 19.35% from 367); Blue value is 98 (38.67% from 255 or 26.70% from 367); Max value from RGB is 198 - color contains mainly: red. Hex color #C64762 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C64762 is #39B89D. Grayscale: #707070. Windows color (decimal): -3782814 or 6440902. OLE color: 6440902.

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

Color convert

RGB 198 71 98 -
CMYK 0 0.64 0.51 0.22
HSL 347.24º 0.53% 0.53% -
HSV(B) 347.24º 0.64% 0.78% -
XYZ 27.75 17.39 13.45 -
YUV 112.05 120.08 189.3 -
System Red Green Blue C M Y K H S L
Decimal 198 71 98 0 0.64 0.51 0.22 347.24 0.53 0.53
Hex C6 47 62 0 40 33 16 15B 35 35
Octal 306 107 142 0 100 63 26 533 65 65
Binary 11000110 1000111 1100010 0 1000000 110011 10110 101011011 110101 110101

Color Harmonies of #C64762

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C64762

Black with #C64762

Text Example


Text Example

White with #C64762

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C64762; }

 p { color: rgb(198,71,98); }

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

background-color css

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

 a { background-color: rgb(198,71,98); }

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

border-color css

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

 span { border-color: rgb(198,71,98); }

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