Html Css Color HEX #C64862 Cabaret

📋 copy color: '#C64862'

red 198 ◦ green 72 ◦ blue 98

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

Shades of Cabaret #C64862

Tints of Cabaret #C64862

RGB

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

 GREEN value IS 72 (28.52% from 255) = 19.57%

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

R = 53.8%
G = 19.57%
B = 26.63%

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

#C64862 (or 0xC64862) is known color: Cabaret. HEX triplet: C6, 48 and 62. RGB value is (198,72,98). Sum of RGB (Red+Green+Blue) = 198+72+98=368 (48% of max value = 765). Red value is 198 (77.73% from 255 or 53.80% from 368); Green value is 72 (28.52% from 255 or 19.57% from 368); Blue value is 98 (38.67% from 255 or 26.63% from 368); Max value from RGB is 198 - color contains mainly: red. Hex color #C64862 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C64862 is #39B79D. Grayscale: #707070. Windows color (decimal): -3782558 or 6441158. OLE color: 6441158.

HSL color Cylindrical-coordinate representation of color #C64862: hue angle of 347.62º degrees, saturation: 0.52, 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 #C64862 is Cyan = 0, Magento = 0.64, Yellow = 0.51 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 72 98 -
CMYK 0 0.64 0.51 0.22
HSL 347.62º 0.53% 0.53% -
HSV(B) 347.62º 0.64% 0.78% -
XYZ 27.81 17.52 13.47 -
YUV 112.64 119.74 188.89 -
System Red Green Blue C M Y K H S L
Decimal 198 72 98 0 0.64 0.51 0.22 347.62 0.53 0.53
Hex C6 48 62 0 40 33 16 15C 34 35
Octal 306 110 142 0 100 63 26 534 64 65
Binary 11000110 1001000 1100010 0 1000000 110011 10110 101011100 110100 110101

Color Harmonies of #C64862

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C64862

Black with #C64862

Text Example


Text Example

White with #C64862

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C64862; }

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

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

background-color css

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

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

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

border-color css

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

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

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