Html Css Color HEX #C64362 Cabaret

📋 copy color: '#C64362'

red 198 ◦ green 67 ◦ blue 98

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

Shades of Cabaret #C64362

Tints of Cabaret #C64362

RGB

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

 GREEN value IS 67 (26.56% from 255) = 18.46%

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

R = 54.55%
G = 18.46%
B = 27%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.51

 K value IS 0.22

RGB Variations

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

Color information

#C64362 (or 0xC64362) is known color: Cabaret. HEX triplet: C6, 43 and 62. RGB value is (198,67,98). Sum of RGB (Red+Green+Blue) = 198+67+98=363 (48% of max value = 765). Red value is 198 (77.73% from 255 or 54.55% from 363); Green value is 67 (26.56% from 255 or 18.46% from 363); Blue value is 98 (38.67% from 255 or 27.00% from 363); Max value from RGB is 198 - color contains mainly: red. Hex color #C64362 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C64362 is #39BC9D. Grayscale: #6D6D6D. Windows color (decimal): -3783838 or 6439878. OLE color: 6439878.

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

Color convert

RGB 198 67 98 -
CMYK 0 0.66 0.51 0.22
HSL 345.8º 0.53% 0.52% -
HSV(B) 345.8º 0.66% 0.78% -
XYZ 27.5 16.9 13.37 -
YUV 109.7 121.4 190.98 -
System Red Green Blue C M Y K H S L
Decimal 198 67 98 0 0.66 0.51 0.22 345.8 0.53 0.52
Hex C6 43 62 0 42 33 16 15A 35 34
Octal 306 103 142 0 102 63 26 532 65 64
Binary 11000110 1000011 1100010 0 1000010 110011 10110 101011010 110101 110100

Color Harmonies of #C64362

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C64362

Black with #C64362

Text Example


Text Example

White with #C64362

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C64362; }

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

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

background-color css

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

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

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

border-color css

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

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

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