Html Css Color HEX #C64361 Cabaret

📋 copy color: '#C64361'

red 198 ◦ green 67 ◦ blue 97

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

Shades of Cabaret #C64361

Tints of Cabaret #C64361

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 26.8%

R = 54.7%
G = 18.51%
B = 26.8%

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

#C64361 (or 0xC64361) is known color: Cabaret. HEX triplet: C6, 43 and 61. RGB value is (198,67,97). Sum of RGB (Red+Green+Blue) = 198+67+97=362 (47% of max value = 765). Red value is 198 (77.73% from 255 or 54.70% from 362); Green value is 67 (26.56% from 255 or 18.51% from 362); Blue value is 97 (38.28% from 255 or 26.80% from 362); Max value from RGB is 198 - color contains mainly: red. Hex color #C64361 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C64361 is #39BC9E. Grayscale: #6D6D6D. Windows color (decimal): -3783839 or 6374342. OLE color: 6374342.

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

Color convert

RGB 198 67 97 -
CMYK 0 0.66 0.51 0.22
HSL 346.26º 0.53% 0.52% -
HSV(B) 346.26º 0.66% 0.78% -
XYZ 27.45 16.88 13.12 -
YUV 109.59 120.9 191.06 -
System Red Green Blue C M Y K H S L
Decimal 198 67 97 0 0.66 0.51 0.22 346.26 0.53 0.52
Hex C6 43 61 0 42 33 16 15A 35 34
Octal 306 103 141 0 102 63 26 532 65 64
Binary 11000110 1000011 1100001 0 1000010 110011 10110 101011010 110101 110100

Color Harmonies of #C64361

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C64361

Black with #C64361

Text Example


Text Example

White with #C64361

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C64361; }

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

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

background-color css

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

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

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

border-color css

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

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

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